-
Notifications
You must be signed in to change notification settings - Fork 48
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
Auth features(Signup/Login) implementation at Frontend #35
Comments
Awesome, @deveshjadon98 ! Do let us know if you need something from our side. Looking for a PR for the same. |
Sure @skyshader I might need your little help to understand any standard that you are following. |
Sure. So, we have already configured |
Thanks a lot @skyshader . I will start with the setup. I will need your help in a day or two to understand the backend APIs that you have written. Will ping in slack channel. 🖖 |
Great @deveshjadon98. Looking forward to the PR. |
@deveshjadon98 How far are you done, I would like to help out as well |
@highskillzz Let me setup the guards and the structure for auth on UI, then you can pick any of signup or login. |
@deveshjadon98 |
how far are we on auth , i could help out with google auth and other auth based integrations . 😄 |
For part 3 as mentioned by @deveshjadon98 , do we have a forgot password functionality added in the API part? If not I can help out with the API and front end code for it. |
@deveshjadon98 How is the progress of the user login going on??? If you are facing any issues please let us know. Looking forward to your PR soon. |
Hi Guys, I went through the issues and observed that JWT based auth implementation is already done at the backend, I would like to integrate it with Frontend app.
It will include four features
1. User Login
2. User Signup
3. Forgot Password
4. Guarding private routes using JWT token
The text was updated successfully, but these errors were encountered: