mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 20:07:37 -02:30
emulate /api/v2/authtoken/ to help customers transition to OAuth2.0
This commit is contained in:
@@ -261,6 +261,7 @@ MIDDLEWARE_CLASSES = ( # NOQA
|
||||
'awx.sso.middleware.SocialAuthMiddleware',
|
||||
'crum.CurrentRequestUserMiddleware',
|
||||
'awx.main.middleware.URLModificationMiddleware',
|
||||
'awx.main.middleware.DeprecatedAuthTokenMiddleware',
|
||||
'awx.main.middleware.SessionTimeoutMiddleware',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user