pagure Logo
  • Log In

odcs

Clone
Source Code
GIT
Documentation
GIT

Learn more about these different git repos.

Other Git URLs

  • Source
  • Docs
  • Issues  6
  • Pull Requests  1
  • Stats
 Overview  Files  Commits  Branches  Forks  Releases

e8fc179 Check OIDC scope on each request separately

Authored and Committed by cqi 8 years ago
raw patch tree parent
6 files changed. 184 lines added. 6 lines removed.
server/conf/config.py
file modified
+11 -3
server/odcs/server/auth.py
file modified
+21 -0
server/odcs/server/config.py
file modified
+4 -0
server/odcs/server/views.py
file modified
+9 -0
server/tests/test_auth.py
file modified
+31 -2
server/tests/test_views.py
file modified
+108 -1
    Check OIDC scope on each request separately
    
    Fix #67
    
    Signed-off-by: Chenxiong Qi <cqi@redhat.com>
    
        
server/conf/config.py
file modified
+11 -3
server/odcs/server/auth.py
file modified
+21 -0
server/odcs/server/config.py
file modified
+4 -0
server/odcs/server/views.py
file modified
+9 -0
server/tests/test_auth.py
file modified
+31 -2
server/tests/test_views.py
file modified
+108 -1
Powered by Pagure 5.14.1
Documentation • File an Issue • About • SSH Hostkey/Fingerprint
© Red Hat, Inc. and others.