cornflourblue / react-redux-registration-login-example

React + Redux - User Registration and Login Tutorial & Example
https://jasonwatmore.com/post/2017/09/16/react-redux-user-registration-and-login-tutorial-example
MIT License
1.19k stars 760 forks source link

Auth using Oauth2.0 #2

Open rainitesh opened 6 years ago

rainitesh commented 6 years ago

Hey! this example is great but I am looking for something with Oauth 2.0 as the Authentication process and not JWT. My backend API is setup using Django and basically need to access that. I tried replacing the fake backend with some of my chnages but it does not work. Running into many issues. Have you implemented anything using Oauth 2.0?