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

Send back JWT once authenticated on signup #7

Open
pattyjogal opened this issue Jun 16, 2020 · 0 comments
Open

Send back JWT once authenticated on signup #7

pattyjogal opened this issue Jun 16, 2020 · 0 comments
Labels
medium priority An issue that should be taken care of soon, but in no particular order task Miscellaneous task to complete

Comments

@pattyjogal
Copy link
Contributor

# TODO: Construct JWT and send back

Signup counts as a form of logging in, so the user should get a token for their trouble. A simple JSON response of

{
    ...whatever else....,
    token: "xxxxxxxxxxxxxxxxxxxxxxxx"
}

will work.

@pattyjogal pattyjogal added task Miscellaneous task to complete medium priority An issue that should be taken care of soon, but in no particular order labels Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium priority An issue that should be taken care of soon, but in no particular order task Miscellaneous task to complete
Projects
None yet
Development

No branches or pull requests

1 participant