vocal-remover-app icon indicating copy to clipboard operation
vocal-remover-app copied to clipboard

User Authentication

Open sujinleeme opened this issue 6 years ago • 2 comments

UI

  • [x] Show/Hide Modal
  • [x] Changeable Signin/Signup contents
  • [x] Singin/Singup Buttons (facebook/google)
  • [x] Show name, profile picture on AppHeader
  • [x] Logout when clicks 'log out' button

social authentication

  • [x] Install react-facebook-login react-google-login
  • [x] Facebook button without styling
  • [x] Get response and work with saga
  • [ ] When user is not logged in redirect to login (Refs. https://stackoverflow.com/questions/43164554/how-to-implement-authenticated-routes-in-react-router-4/43171515#43171515)

DB

Refs

https://github.com/jcolemorrison/redux-sagas-authentication-app https://github.com/diegohaz/redux-saga-social-login

sujinleeme avatar Jun 19 '18 08:06 sujinleeme