AugmentedJWT

tsec.authentication.AugmentedJWT
See theAugmentedJWT companion object
final case class AugmentedJWT[A, I](id: SecureRandomId, jwt: JWTMac[A], identity: I, expiry: Instant, lastTouched: Option[Instant])

An Authenticator that wraps a JWTMAC[A]

Attributes

Companion
object
Source
JWTAuthenticator.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toCookie[F[_]](settings: TSecCookieSettings)(implicit F: Sync[F], J: JWSMacCV[F, A], algo: JWTMacAlgo[A]): ResponseCookie

Attributes

Source
JWTAuthenticator.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product