Spring Security with JSON Web Token and Refresh Token

Spring Security with JSON Web Token and Refresh Token

Description

JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object – (from JWT website). In this course, you will understand and learn how to generate and sign a Json Web Token with a refresh token that users can use to securely access your RESTful application.


This course teaches how to use JWT (JSON Web Token) to embed users’ roles and permissions to delegate user’s authorization(what they can and can’t do) in the application. This course also dives into defining and creating API, exposing API Endpoints over HTTP, and  handling HTTP Requests and File Upload through API Endpoints. It covers testing API Endpoints (using an HTTP client – Postman).

Leave a Reply