Example Search by API
Example Search by Word
Project Search
Top Packages
Top Classes
Top Methods
Top Projects
Java
C++
Python
Scala
Blog
Project: jwt-security
(GitHub Link)
jwt-security-master
src
main
resources
application.properties
java
com
jakublesko
jwtsecurity
security
JwtAuthenticationFilter.java
JwtAuthorizationFilter.java
configuration
SecurityConfiguration.java
SpringSecurityJwtExampleApplication.java
constants
SecurityConstants.java
controller
PrivateController.java
PublicController.java
test
java
com
jakublesko
jwtsecurity
SpringSecurityJwtExampleApplicationTests.java
http
api.http
pom.xml
mvnw
LICENSE
.editorconfig
.mvn
wrapper
maven-wrapper.jar
maven-wrapper.properties
README.md
.gitignore
mvnw.cmd
Spring Security with JWT
Example API backend secured with Json web tokens. You can find more info in my
blog
.