mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2026-02-05 06:05:18 -05:00
feat: Implement email change cancellation, location search, and admin anomaly detection endpoints.
This commit is contained in:
@@ -24,6 +24,7 @@ from .views import (
|
||||
LogoutAPIView,
|
||||
PasswordChangeAPIView,
|
||||
PasswordResetAPIView,
|
||||
ProcessOAuthProfileAPIView,
|
||||
ResendVerificationAPIView,
|
||||
SignupAPIView,
|
||||
SocialAuthStatusAPIView,
|
||||
@@ -80,6 +81,11 @@ urlpatterns = [
|
||||
SocialAuthStatusAPIView.as_view(),
|
||||
name="auth-social-status",
|
||||
),
|
||||
path(
|
||||
"social/process-profile/",
|
||||
ProcessOAuthProfileAPIView.as_view(),
|
||||
name="auth-social-process-profile",
|
||||
),
|
||||
path("status/", AuthStatusAPIView.as_view(), name="auth-status"),
|
||||
# Email verification endpoints
|
||||
path(
|
||||
|
||||
Reference in New Issue
Block a user