Remove jwt validation for jschorr to fix later
Refactor oauth validate method to take config over entire appconfig
This commit is contained in:
parent
7df8ed4a60
commit
301cc6992a
27 changed files with 136 additions and 76 deletions
|
@ -13,7 +13,6 @@ class TestConfigProvider(BaseProvider):
|
|||
|
||||
def get_config_root(self):
|
||||
raise Exception('Test Config does not have a config root')
|
||||
# return ''
|
||||
|
||||
def __init__(self):
|
||||
self.clear()
|
||||
|
|
Reference in a new issue