An open API service indexing awesome lists of open source software.

https://github.com/nomemory/spring-boot-jwt-example

A Spring Boot example application that uses JWT tokens and @WebFilter for securing resources access.
https://github.com/nomemory/spring-boot-jwt-example

Last synced: about 1 year ago
JSON representation

A Spring Boot example application that uses JWT tokens and @WebFilter for securing resources access.

Awesome Lists containing this project

README

          

# spring-boot-jwt-example

A simple JWT token based authentication using Spring Boot.

Related blog article:
http://andreinc.net/2016/09/10/simple-authentication-with-spring-boot-and-jwt-tokens/