Http4sGenericSessionStore
org.pac4j.http4s.Http4sGenericSessionStore
class Http4sGenericSessionStore[F[_]](sessionRepository: SessionRepository[F], dispatcher: Dispatcher[F])(maxAge: Option[Int], domain: Option[String], path: Option[String], secure: Boolean, httpOnly: Boolean, sameSite: Option[SameSite])(implicit evidence$1: Sync[F]) extends SessionStore
Http4sGenericSessionStore is a generic session implementation with configurable storage
The cookie will just contain an id and the session data is kept server side in storage
.
Value parameters
- domain
-
Domain
cookie attribute - httpOnly
-
HttpOnly
cookie attribute - maxAge
-
Max-Age
cookie attribute - path
-
Path
cookie attribute - secure
-
Secure
cookie attribute
Attributes
- Graph
-
- Supertypes
-
trait SessionStoreclass Objecttrait Matchableclass Any
Members list
In this article