Open TudorTacal opened 6 years ago
https://auth0.com/docs/quickstart/spa/vanillajs/01-login https://auth0.com/docs/application-auth/legacy/server-side-web https://auth0.com/blog/react-tutorial-building-and-securing-your-first-app/
good implementation example https://medium.appbase.io/securing-a-react-web-app-with-server-side-authentication-1b7c7dc55c16 useful post nr 2: https://steinar.io/securing-your-api-with-react-express-and-oauth/ ex3: https://davidwalsh.name/react-authentication autho github example: https://github.com/auth0-samples/auth0-react-samples/blob/master/01-Login/src/routes.js
https://auth0.com/docs/tokens
What I need is client side auth with React.
I receive an access token instead of a JWT.
Handle user login from every page(url)
https://auth0.com/docs/quickstart/spa/vanillajs/01-login https://auth0.com/docs/application-auth/legacy/server-side-web https://auth0.com/blog/react-tutorial-building-and-securing-your-first-app/
good implementation example https://medium.appbase.io/securing-a-react-web-app-with-server-side-authentication-1b7c7dc55c16 useful post nr 2: https://steinar.io/securing-your-api-with-react-express-and-oauth/ ex3: https://davidwalsh.name/react-authentication autho github example: https://github.com/auth0-samples/auth0-react-samples/blob/master/01-Login/src/routes.js
https://auth0.com/docs/tokens