OAuth 2.0 | JSON Web Token (JWT) | What if JWT is stolen?
What if someone stoles my token? The application or malicious user can impersonate me and can do everything authorized with that token? How
OAuth 2.0 | Client Authentication
We know the authorisation server must recognise the client in order to grant access token to it. How will it recognise?
OAuth 2.0 | Access & Refresh Tokens
OAuth works on the concept of Access & Refresh Tokens. As soon as server sees token in the request, it understands the authorisation
OAuth 2.0 | Is it an API or service ? | What is OAuth actually ?
OAuth is a standard for authorization NOT authentication. It allows a website/app to access resources hosted by another website/application.