remove useless file + add TODO

This commit is contained in:
Kriss 2024-06-24 18:56:08 +02:00
parent c716960e97
commit 3cf1f5c1c8
2 changed files with 3 additions and 1 deletions

3
app.py
View File

@ -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"

View File

@ -1 +0,0 @@
https://gist.github.com/thomasdarimont/6a3905778520b746ff009cf3a41643e9