-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework token management (django-rest-knox) and endpoints #145
Comments
Current status after #165 (v2 is a copy of v1!)
|
We probably want to use Two related resources:
|
finished in 06e609a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our API supports undocumented URL endpoints that we have not documented and are not actively maintaining (e.g.
/api/v1/dns
or/api/v1/auth/users/activate/
). We should clean those up.A list of URL patterns can be obtained by adding
django-extensions
torequirements.txt
, then addingdjango_extensions
toINSTALLED_APPS
insettings.py
, and then runningpython manage.py show_urls
.The text was updated successfully, but these errors were encountered: