Cerberus icon indicating copy to clipboard operation
Cerberus copied to clipboard

A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.

Results 5 Cerberus issues
Sort by recently updated
recently updated
newest added

On `com.brahalla.Cerberus.configuration.WebSecurityConfiguration` there's the `configureAuthentication` method and it links it's Autowired `userDetailsService` attribute to Spring Boot's default AuthenticationManager builder. This specific part is what is relative to each and every...

I import brahalla/Cerberus into sts IDE and getting the following error in com.ahancer.rr.security.TokenUtils, in which Claims object is not resolved.

I think token expiration is a key feature that this project is lack of, here are some good discussions on Hacker News, https://news.ycombinator.com/item?id=8283006

enhancement

Expiration and creation should have the same format "created": 1480505207432, "exp": 1481110007