Reputation: 937
I am very confused about how to authenticate a user with OAuth 2. But I am comfortable when using JWT. Please can you make me understand with an example using OAuth 2?
- When user gets registered.
- User Login.
I'll be very thankful to you.
Upvotes: 0
Views: 652
Reputation: 459
I would suggest to first get familiar with OAuth2 workflow and then you could use something like this.
Upvotes: 2