jwt

fun AuthenticationConfig.jwt(name: String? = null, configure: JWTAuthenticationProvider.Config.() -> Unit)

Installs the JWT Authentication provider. JWT (JSON Web Token) is an open standard that defines a way for securely transmitting information between parties as a JSON object. To learn how to configure it, see JSON Web Tokens.