Module io.inverno.mod.session
Package io.inverno.mod.session.jwt
package io.inverno.mod.session.jwt
Inverno JWT session API.
-
ClassDescriptionAbstractJWTSession<A,
B> BaseJWTSession
implementation class.A JWT session store implementation that stores sessions and their stateful data in-memory in a concurrent map.The in-memory JWT session store builder.JWTSession<A,B> A JWT session allows to store stateless data in a JWT session identifier stored on the frontend in addition to the stateful session data stored on the backend.A session id generator that generates JWT identifier containing session expiration settings and stateless session data.JWTSessionStore<A,B> A session store that uses JWT session identifier to store session expiration setting and stateless session data on the frontend.RedisJWTSessionStore<A,B> A JWT session store implementation that stores sessions and their stateful data in a Redis data store.The Redis JWT session store builder.