Skip to content

Commit

Permalink
Merge pull request #1829 from yarikoptic/rm-TODO
Browse files Browse the repository at this point in the history
Remove obsolete/not-applicable TODO
  • Loading branch information
waxlamp authored Feb 13, 2024
2 parents fa82455 + 1a69d7b commit 47c6f75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dandiapi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ def mutate_configuration(configuration: type[ComposedConfiguration]):
# Authentication
configuration.AUTHENTICATION_BACKENDS += ['guardian.backends.ObjectPermissionBackend']
configuration.REST_FRAMEWORK['DEFAULT_AUTHENTICATION_CLASSES'] += [
# TODO: remove TokenAuthentication, it is only here to support
# the setTokenHack login workaround
'rest_framework.authentication.TokenAuthentication',
]

Expand Down

0 comments on commit 47c6f75

Please sign in to comment.