
OAuth 2.0 | Practical Demonstration | Spring Boot & GitHub
Wow! With the 10th article, we're now ready for the practical demonstration.

OAuth 2.0 | JSON Web Token (JWT) | Claims
JWTs are an open, industry standard RFC 7519 method for representing claims securely between two parties. A claim is a piece of information.


OAuth 2.0 | Client ID and Secret
In continuation on our OAuth journey, let's talk about today, two very important concepts - clientId and secret.

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.