|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/spring-security-with-json-web-token-and-refresh-token/
课程评论:没有评论
课程名称:使用 JSON Web Token 和刷新令牌的 Spring Security 课程概述:JSON Web Token (JWT) 是一种开放标准(RFC 7519),定义了以 JSON 对象的形式在各方之间安全传输信息的紧凑且自包含的方式。在本课程中,您将了解并学习如何生成和签名 JSON Web Token 以及刷新令牌,用户可以使用这些令牌安全访问您的 RESTful 应用程序。课程将教授如何使用 JWT 嵌入用户角色和权限,以委托用户在应用程序中的授权(他们可以做什么和不能做什么)。 此外,本课程深入探讨了 API 的定义与创建、通过 HTTP 暴露 API 端点,以及通过 API 端点处理 HTTP 请求和文件上传。还包括使用 HTTP 客户端(Postman)对 API 端点进行测试。课程内容简短,重点在于如何生成 JSON Web Token 和刷新令牌,并展示如何使用刷新令牌为用户生成新的访问令牌。如果您想了解更多内容,并构建全栈应用程序及应用实践,欢迎参阅我在 Udemy 上的另一门课程《使用 Spring Security 和 Angular 的 JSON Web Token (JWT)》。
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).This course is short and focuses only on the generation of a JSON web token with a refresh token, and shows how you can use the refresh token to generate a new access token for a user. If you would like to learn more and build a full stack application and see how of this in practice, and way much more, please refer to my other course on Udemy, JSON Web Token (JWT) with Spring Security And Angular