Skip to content

Authentication & Authorization

Trung Kien edited this page Jun 6, 2024 · 1 revision

Spring Security

Spring Security is a powerful and highly customizable authentication and access-control framework. It is the de-facto standard for securing Spring-based applications.

Spring Security is a framework that focuses on providing both authentication and authorization to Java applications. Like all Spring projects, the real power of Spring Security is found in how easily it can be extended to meet custom requirements

JWT Token

Email Vertify

Reference Resouces

  1. Spring Security

How to setup

Feature

Authetication

Clone this wiki locally