Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make token auth smoother #8

Open
esecules opened this issue Oct 24, 2023 · 0 comments
Open

Make token auth smoother #8

esecules opened this issue Oct 24, 2023 · 0 comments
Milestone

Comments

@esecules
Copy link
Owner

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

  1. The user can authenticate their session easily and seamlessly without having to find it in the browser and paste it into the prompt
@esecules esecules added this to the 1.1.0 milestone Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant