Skip to content

Commit

Permalink
fix auth class blunder
Browse files Browse the repository at this point in the history
  • Loading branch information
newswangerd committed Jun 6, 2024
1 parent 72325e8 commit a434481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy_ng/app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

# Galaxy authentication classes are used to set REST_FRAMEWORK__DEFAULT_AUTHENTICATION_CLASSES
GALAXY_AUTHENTICATION_CLASSES = [
"rest_framework.authentication.SessionAuthentication",
"galaxy_ng.app.auth.session.SessionAuthentication",
"rest_framework.authentication.TokenAuthentication",
"rest_framework.authentication.BasicAuthentication",
"ansible_base.jwt_consumer.hub.auth.HubJWTAuth",
Expand Down

0 comments on commit a434481

Please sign in to comment.