SSO login

and example env file
This commit is contained in:
2024-02-06 22:37:00 +01:00
parent aad9343569
commit d1aabd53dc
7 changed files with 40 additions and 4 deletions
+2 -1
View File
@@ -4,5 +4,6 @@ from . import views
urlpatterns = [
path('track/<str:spotify_id>', views.TrackDetailView.as_view()),
path('track', views.NominateView.as_view()),
path('', views.TrackListView.as_view()),
#path('', views.TrackListView.as_view()),
path('', views.AuthView.as_view()),
]