|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/spring-security-6-with-jwt/
课程评论:没有评论
课程名称:Spring Security 6与JWT及Spring微服务 课程概述:本课程面向初学者和有经验的Java开发者,专注于Spring框架的应用安全。安全性是现代REST API的重要组成部分,其中Spring Security是最流行和广泛使用的安全框架。了解Spring Security的概念及其实现方式,对于构建安全的应用程序至关重要。本课程将深入探讨Spring Security的核心概念,这些概念对从事Spring框架开发的任何开发者而言都是必不可少的。此外,我们还将探索这些实现方式的原因,了解Spring Security框架所提供的所有自定义可能性。 在课程中,您将学习如何使用JWT(JSON Web Tokens)实施基于令牌的身份验证和授权。课程的最后,我们将实施一个图书管理系统的用例,所有经过身份验证的用户都可以访问图书记录,而只有管理员才能向系统中添加新书记录。 通过本课程,您将获得构建安全REST API所需的知识和技能。
This course is intended for the beginners and experience Java developers working with spring framework. Security is an important aspect of the modern REST API. Spring security is the most popular and used framework to secure your application. It is important to understand the concepts of spring security and how it is implemented based on which you can have your own implementation of the Spring Security for your application to be more secure. JWT is again a most popular technology to implement the token based authentication and authorization. In this course you will learn about Core Concepts of Spring Security. We will deep dive into the spring security and its core concepts which are must for any developer who is working in spring framework. Will also look at the concepts and try to understand why the implementation is given in that way. For all possibilities of the customizations offered by spring security framework. We will implement the authentication and authorization using JWT tokens. In the end of the course we will implement an use case of Library Management System where all the authenticated users can access book records but only admins will be able to add new book records to system.