Basic authentication views
This commit is contained in:
parent
4c4011ba75
commit
a312791259
13 changed files with 322 additions and 24 deletions
|
@ -19,6 +19,9 @@ from fedireads import activitystream, openlibrary, views
|
|||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('', views.home),
|
||||
path('login/', views.user_login),
|
||||
path('logout/', views.user_logout),
|
||||
path('api/book/<str:olkey>', openlibrary.get_book),
|
||||
path('webfinger/', activitystream.webfinger),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue