Remove jwt validation for jschorr to fix later

Refactor oauth validate method to take config over entire appconfig
This commit is contained in:
Sam Chow 2018-06-01 11:31:19 -04:00
parent 7df8ed4a60
commit 301cc6992a
27 changed files with 136 additions and 76 deletions

View file

@ -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()