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
After python3 upgrade and upgrade to flask's latest version, flask removed the feature that allowed the webserver to shut itself down after it handled the request where it would have gotten the token.
Continuing to use flask or a webserver in a subprocess is not necessary. There may be a better option for authenticating scripts since this project began.
Acceptance criteria
The user can authenticate their session easily and seamlessly without having to find it in the browser and paste it into the prompt
The text was updated successfully, but these errors were encountered:
Overview
After python3 upgrade and upgrade to flask's latest version, flask removed the feature that allowed the webserver to shut itself down after it handled the request where it would have gotten the token.
Continuing to use flask or a webserver in a subprocess is not necessary. There may be a better option for authenticating scripts since this project began.
Acceptance criteria
The text was updated successfully, but these errors were encountered: