mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 07:29:17 +02:00
Revert "Merge branch '629-cookie-auth' into 'develop'"
This reverts commit8b47af8b81
, reversing changes made toc0055b3b20
.
This commit is contained in:
parent
666409dce0
commit
b9f0c6aecd
18 changed files with 153 additions and 203 deletions
|
@ -75,9 +75,6 @@ v1_patterns += [
|
|||
r"^users/",
|
||||
include(("funkwhale_api.users.api_urls", "users"), namespace="users"),
|
||||
),
|
||||
url(
|
||||
r"^auth/", include(("funkwhale_api.users.auth_urls", "auth"), namespace="auth")
|
||||
),
|
||||
url(r"^token/$", jwt_views.obtain_jwt_token, name="token"),
|
||||
url(r"^token/refresh/$", jwt_views.refresh_jwt_token, name="token_refresh"),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue