Popularity
9.1
Growing
Activity
9.6
Declining
3,221
389
2,939
Description
Spring Security is a framework that focuses on providing both authentication and authorization to Java applications.
Code Quality Rank:
L4
Programming language: Java
Spring Security alternatives and related libraries
Based on the "Security" category
-
Bouncy Castle
All-purpose cryptographic library. JCA provider, wide range of functions from basic helpers to PGP/SMIME operations. -
Google Keyczar
Easy to use, yet safe encryption framework with key versioning. -
Themis by Cossack Labs
Crypto library for storage and messaging for Swift, ObjC, Android, ะก++, JS, Python, Ruby, PHP, Go -
Hdiv
Runtime application self-protection against OWASP Top 10 security risks such us Insecure Direct Object References, SQL injection, Cross-Site Scripting (XSS), Cross-Site Request Forgery (CSRF) and much more. -
Vault
Secures, stores, and tightly controls access to tokens, passwords, certificates, API keys, and other secrets. It handles leasing, key revocation, key rolling, and auditing. Through a unified API, users can access an encrypted Key/Value store and network encryption-as-a-service, or generate AWS IAM/STS credentials, SQL/NoSQL databases, X.509 certificates, SSH credentials, and more.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Spring Security or a related project?
Spring Security Recommendations
There are no recommendations yet. Be the first to promote Spring Security!
Have you used Spring Security? Share your experience. Write a short recommendation and Spring Security, you and your project will be promoted on Awesome Java.
Recommend Spring Security
Recently added Spring Security resources
-
We have discussed a lot on spring security and created multiple sample examples on it. You can check all these articles here - Spring Security Tutorials. In this article, we will discuss exception handling in spring security.Article Added by only2dhir // www.devglan.com // about 2 months ago
-
Here we will be securing REST APIs with role based OAUTH2 implementation. To do so, we will be creating two custom roles as ADMIN and USER and we will use @secured annotation provided by spring security to secure our controller methods based on role.Article Added by only2dhir // www.devglan.com // about 2 months ago
-
Welcome to angular5 jwt authentication with spring security.In this tutorial, we will be adding jwt authentication in an angular5 single page application having backened server supported by spring boot with integration of spring security.Having said that we will have a sample angular5 example application with HttpInterceptor integrated with it to intercept all the HTTP request to add jwt authorization token in the header and in the server we will have some REST endpoints exposed and secured usinTutorial Added by only2dhir // www.devglan.com // about 1 year ago
-
Implementation of Spring Boot Security OAuth2 with CRUD example to secure REST APIs.Implementation of AuthorizationServer,ResourceServer with mysql db and spring data. BCryptPasswordEncoder is used for password encoding.Article Added by only2dhir // www.devglan.com // about 1 year ago