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

Sign Up / Login Backend Controller with JWT #30

Open
vijayxtreme opened this issue Jun 3, 2021 · 1 comment
Open

Sign Up / Login Backend Controller with JWT #30

vijayxtreme opened this issue Jun 3, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@vijayxtreme
Copy link
Contributor

vijayxtreme commented Jun 3, 2021

Similar to the sign up and login for the client, need a way to generate a simple JWT when the user has logged in.

This will probably require more work, but we can use some starter code like the one from @abe-m1's repo: https://github.com/abe-m1/6_basic_api

We would need to edit this and update it to use maybe something like Passport.js to create an auth controller, that could work with the User model in this repo. We can always refactor this later and build up on top of the models here.

@vijayxtreme vijayxtreme added the help wanted Extra attention is needed label Jun 3, 2021
@vijayxtreme vijayxtreme added this to the Release Version 1 milestone Jun 3, 2021
@kirontoo kirontoo assigned kirontoo and unassigned kirontoo Jun 4, 2021
@clockwerkz
Copy link

Is anyone currently working on this issue? I'd like to work on it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants