spring-security-refresh-token-jwt icon indicating copy to clipboard operation
spring-security-refresh-token-jwt copied to clipboard

Spring Security Refresh Token using JWT in Spring Boot example with HttpOnly Cookie - Expire and Renew JWT Token

Results 2 spring-security-refresh-token-jwt issues
Sort by recently updated
recently updated
newest added

Hello! I came across your code and I was wondering if you have considered adding a license file to your repository. A license file is a way of letting others...

Since the user does not neet to be authenticated to call /api/auth/signout you can't get the principal from authentication to find and delete the refreshtoken. IMHO this method has to...