Give better 'me' normalisation to IndieAuth processing + Aadd a simple POST route for actually submitting the form
This commit is contained in:
parent
6bdcce1844
commit
221d548e4a
4 changed files with 38 additions and 21 deletions
|
@ -6,4 +6,5 @@ urlpatterns = [
|
|||
url('^login$', views.login, name='login'),
|
||||
url('^logout$', views.logout, name='logout'),
|
||||
url('^indie$', views.IndieView.as_view(), name='indie'),
|
||||
url('^indie/approve$', views.indie_approve, name='indie_approve'),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue