enable IndieAuth endpoint
This commit is contained in:
parent
cb76f80752
commit
f63d02dfc0
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -2089,7 +2089,7 @@ def indieauth_flow():
|
|||
return redirect(red)
|
||||
|
||||
|
||||
# @app.route('/indieauth', methods=['GET', 'POST'])
|
||||
@app.route('/indieauth', methods=['GET', 'POST'])
|
||||
def indieauth_endpoint():
|
||||
if request.method == "GET":
|
||||
if not session.get("logged_in"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue