This module adds support for storing refresh tokens within an in-memory storage.
<dependency>
<groupId>eu.fraho.spring</groupId>
<artifactId>security-jwt-internal</artifactId>
<version>5.0.11</version>
</dependency>
- Add the dependency to your build script
- When not using the boot-starter: Use
eu.fraho.spring.securityJwt.internal.service.InternalTokenStore
asfraho.jwt.refresh.cache-impl
configuration value
This module doesn't use any additional application properties.