flask-oidc
flask-oidc copied to clipboard
Is logout hardcoded?
I am trying to modify the
@app.route('/logout')
function.
However, even if I erase the decoration and the function, I still get a default behavior for the /logout endpoint, which is a redirect to the root url.
Is it so? Is there a way to configure it differently?