Spring Security
Enterprise-grade authentication and access-control framework for Spring applications.
Why consider Spring Security?
Spring Security is an open-source authentication, authorization, and access-control framework written in Java by VMware/Spring. Spring Security secures enterprise Java backends against CSRF, session fixation, and clickjacking while providing seamless OAuth 2.0, OpenID Connect, SAML 2.0, and LDAP integrations.
Learn Spring Security by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Spring Security
Spring Security enforces granular role-based access control (RBAC) and OAuth2 tokens in enterprise Java microservices.
Quickstart
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId></dependency>Spring Security is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.