Package com.rnett.krosstalk.ktor.server.auth
A Jwt Auth scope for the Krosstalk Ktor server plugin. See module description.
Types
Link copied to clipboard
abstract class KtorServerJWTAuth<T : Principal>(authName: String?) : KtorServerPrincipalAuth<T>
Content copied to clipboard
A Ktor server JWT auth scope.