Skip to content

Latest commit

 

History

History

internal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

In-Memory refresh token support for security-jwt

This module adds support for storing refresh tokens within an in-memory storage.

Dependencies

<dependency>
    <groupId>eu.fraho.spring</groupId>
    <artifactId>security-jwt-internal</artifactId>
    <version>5.0.10</version>
</dependency>

Usage

  • Add the dependency to your build script
  • When not using the boot-starter: Use eu.fraho.spring.securityJwt.internal.service.InternalTokenStore as fraho.jwt.refresh.cache-impl configuration value

This module doesn't use any additional application properties.