added OpenID Connect support
This commit is contained in:
@@ -18,6 +18,9 @@ app = Flask(__name__)
|
||||
|
||||
app.config.from_object('backend.config.Config')
|
||||
|
||||
from backend.auth import oidc_auth
|
||||
oidc_auth.init_app(app)
|
||||
|
||||
app.register_blueprint(api_bp)
|
||||
app.register_blueprint(fe_bp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user