UdacityMobileWebScholarship / guess-quote

This application is a collaborative project made by the Google Udacity Mobile Web Specialist Scholars.
MIT License
22 stars 48 forks source link

Auth features(Signup/Login) implementation at Frontend #35

Open deveshjadon98 opened 6 years ago

deveshjadon98 commented 6 years ago

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

skyshader commented 6 years ago

Awesome, @deveshjadon98 ! Do let us know if you need something from our side. Looking for a PR for the same.

deveshjadon98 commented 6 years ago

Sure @skyshader I might need your little help to understand any standard that you are following.

skyshader commented 6 years ago

Sure. So, we have already configured eslint and prettier. You should have eslint installed and enabled on your IDE. For any further info: Check our ReadMe and Contributing doc here in the repo. For additional query: Ask us in the slack channel. :)

deveshjadon98 commented 6 years ago

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. 🖖

twishasaraiya commented 6 years ago

Great @deveshjadon98. Looking forward to the PR.

kanlanc commented 6 years ago

@deveshjadon98 How far are you done, I would like to help out as well

deveshjadon98 commented 6 years ago

@highskillzz Let me setup the guards and the structure for auth on UI, then you can pick any of signup or login.

LoneWolf36 commented 6 years ago

@deveshjadon98 I'd like to play a part with the Auth too with you : ).

Sahil-Dhawan commented 6 years ago

how far are we on auth , i could help out with google auth and other auth based integrations . 😄

anurag-majumdar commented 6 years ago

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.

twishasaraiya commented 6 years ago

@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.