remove useless file + add TODO
This commit is contained in:
parent
c716960e97
commit
3cf1f5c1c8
3
app.py
3
app.py
@ -6,8 +6,11 @@ from authlib.integrations.flask_client import OAuth
|
||||
|
||||
from flask import Flask, request, redirect, session, render_template, url_for, make_response
|
||||
|
||||
# TODO add client export json in project & git
|
||||
|
||||
|
||||
app = Flask(__name__)
|
||||
# TODO still useful ?
|
||||
app.config['SECRET_KEY'] = 'onelogindemopytoolkit'
|
||||
|
||||
issuer="https://id.vilanet.fr/realms/vilanet"
|
||||
|
@ -1 +0,0 @@
|
||||
https://gist.github.com/thomasdarimont/6a3905778520b746ff009cf3a41643e9
|
Loading…
Reference in New Issue
Block a user