This website requires JavaScript.
Explore
Help
Sign in
00dani
/
lemoncurry
Watch
1
Star
0
Fork
You've already forked lemoncurry
1
Code
Issues
Pull requests
Releases
Wiki
Activity
3d5b537369
lemoncurry
/
lemonauth
History
Danielle McLean
3d5b537369
Oops, forgot to put .objects after the model to get the actual manager
2017-11-03 16:19:26 +11:00
..
migrations
Switch from database-persisted auth codes to stateless JSON Web Tokens :)
2017-11-02 16:36:16 +11:00
static/lemonauth
/css
Make redirect_uri verification optional because many IndieAuth clients don't implement it - show a stylish icon to convey whether the client was verified
2017-10-29 19:15:29 +11:00
templates
/lemonauth
Make relative redirect URIs redirect to the right place, by urljoining them with the client ID
2017-11-03 11:28:26 +11:00
templatetags
Switch from using the admin login/logout pages to custom 'lemonauth' pages
2017-10-24 23:50:57 +11:00
views
Oops, forgot to put .objects after the model to get the actual manager
2017-11-03 16:19:26 +11:00
__init__.py
Switch from using the admin login/logout pages to custom 'lemonauth' pages
2017-10-24 23:50:57 +11:00
tokens.py
Simplify the auth code format a little: the 'me' value can be computed from the user ID and so is redundant
2017-11-03 16:14:30 +11:00
urls.py
Give better 'me' normalisation to IndieAuth processing + Aadd a simple POST route for actually submitting the form
2017-10-29 14:39:30 +11:00