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

Create way to programmatically log in locally #11

Open
ryanolee opened this issue May 25, 2021 · 1 comment
Open

Create way to programmatically log in locally #11

ryanolee opened this issue May 25, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@ryanolee
Copy link
Contributor

Currently the only way to login locally is to use shared secrets from a google oauth account. This is not ideal as it forces us to share secrets. It would be good to have a way to factory JWT's locally for users created by any given fixture in order to help with the local dev flow 🤔

@ryanolee ryanolee added the enhancement New feature or request label May 25, 2021
@tsukimi2
Copy link
Collaborator

@ryanolee I might be interested in helping out with this issue, but I'm not quite certain whether I get what this issue is saying. Do you mean that, in addition to the google oauth authentication flow that we currently have, we would like to create an additional authentication flow based on local jwt authentication (i.e. depending on only username and password stored in fixture and associated jwt token) for the explicit purpose of testing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants