Auth0

I have created an authentication system that uses the amazing Auth0 service.

The logic is that we will login-signup from a form, adding manually our name or username or clicking on our google account.

After the login-signup we will request access token, id token etc.. from Auth0 and after that we will send them to backend, for authorizing our request and send us the specific information. This information is a json object with some key-values. You can see these objects when you open the console on development tools.

Auth0 use jwt and that means json web tokens. You can learn more about this hot thing on https://jwt.io/introduction/

For better understanding on what I want to achieve I have two buttons. The first button is calling a service without the need for authorization and the second button is private and needs authorization.

Before you start the project you have to login to Auth0. Now you are ready to fork the project.

On README I have specific guides for not having problems running the project

Fork the project! https://github.com/Ierofantis/User-Profiler

Σχόλια