This website requires JavaScript.
Explore
Help
Sign In
BenLubar
/
lemoncurry
Watch
1
Star
0
Fork
You've already forked lemoncurry
0
forked from
00dani/lemoncurry
Code
Issues
Pull requests
Releases
Wiki
Activity
21786d6e6c
lemoncurry
/
lemonauth
/
views
/
__init__.py
4 lines
81 B
Python
Raw
Normal View
History
Unescape
Escape
Refactor the login views into their own modules, because I'm about to implement IndieAuth and it's gonna be kinda big
2017-10-25 20:21:56 -04:00
from
.
login
import
login
from
.
logout
import
logout
Half-implement an IndieAuth authorization endpoint - it accepts the right parameters, verifies your client_id, and displays a prompt, but you can't actually approve the auth yet
2017-10-25 20:35:57 -04:00
from
.
indie
import
IndieView
Reference in a new issue
Copy permalink