Roadmap to becoming a developer in 2022
 
 
 
 
 

10 lines
910 B

# Authentication
Spring Security is a framework for securing Java-based applications. One of its core features is authentication, which is the process of verifying that a user is who they claim to be. Spring Security provides a wide range of options for implementing authentication, including support for traditional username/password-based authentication as well as more modern alternatives such as OAuth and JSON Web Tokens (JWT).
Visit the following resources to learn more:
- [@official@Spring Authentication](https://docs.spring.io/spring-security/reference/features/authentication/index.html)
- [@official@Spring Security Authentication](https://spring.io/projects/spring-security)
- [@article@Spring Security Basic Authentication](https://www.baeldung.com/spring-security-basic-authentication)
- [@feed@Explore top posts about Authentication](https://app.daily.dev/tags/authentication?ref=roadmapsh)