mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-10-26 21:51:11 +03:00
This commit removes the GET method from the LogoutView when ACCOUNT_LOGOUT_ON_GET==False. Before this commit, the logout endpoint accepts GET requests and appears in the [auto-generated DRF docs](https://bit.ly/2OMpwKx), but it's not usable. |
||
|---|---|---|
| .. | ||
| locale | ||
| registration | ||
| tests | ||
| __init__.py | ||
| admin.py | ||
| app_settings.py | ||
| models.py | ||
| serializers.py | ||
| social_serializers.py | ||
| urls.py | ||
| utils.py | ||
| views.py | ||