TokenStore

io.github.edadma.apion.AuthMiddleware.TokenStore
trait TokenStore

Token storage and validation trait

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def isTokenRevoked(jti: String): Future[Boolean]

Check if a token has been revoked

Check if a token has been revoked

Attributes

def revokeToken(jti: String): Future[Unit]

Revoke a token

Revoke a token

Attributes