Move OAuth login into its own endpoints module

This commit is contained in:
Joseph Schorr 2017-02-16 15:56:16 -05:00
parent 0167e1e7bf
commit 198bdf88bc
6 changed files with 32 additions and 31 deletions

View file

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