Move OAuth login into its own endpoints module
This commit is contained in:
parent
0167e1e7bf
commit
198bdf88bc
6 changed files with 32 additions and 31 deletions
|
@ -11,7 +11,7 @@ from jwkest.jwk import RSAKey
|
|||
|
||||
from app import app, authentication
|
||||
from data import model
|
||||
from endpoints.oauthlogin import oauthlogin as oauthlogin_bp
|
||||
from endpoints.oauth.login import oauthlogin as oauthlogin_bp
|
||||
from test.test_endpoints import EndpointTestCase
|
||||
from test.test_ldap import mock_ldap
|
||||
|
||||
|
|
Reference in a new issue