SessionAuthenticationScheme

A typed Session authentication scheme.

Use Sessions to configure how the session is transported or stored, for example, with install(Sessions) { cookie(auth) }.

Report a problem

Type Parameters

S

the stored session type.

P

the principal type exposed to authenticated routes.