You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
It seems any browser window calling /shutdown will shutdown the callback listener server. This is annoying because a failed login process will mess with the next login process; shutting down the listener before the next login process completes.
Please add some authentication to /shutdown endpoint so that previous login sequences do not mess with the current one.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems any browser window calling
/shutdown
will shutdown the callback listener server. This is annoying because a failed login process will mess with the next login process; shutting down the listener before the next login process completes.Please add some authentication to
/shutdown
endpoint so that previous login sequences do not mess with the current one.The text was updated successfully, but these errors were encountered: