SessionPrincipalResolver

Resolves a route principal from a stored session value.

The resolver receives the current RoutingContext and the session value.

Return null to reject the session.

Report a problem

Functions

Link copied to clipboard
abstract suspend fun RoutingContext.resolvePrincipal(session: S): P?