Package org.flasby.login2.auth
Class JwtAuthTokenManager
java.lang.Object
org.flasby.login2.auth.JwtAuthTokenManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JwtState
static void
clearJwtState
(io.javalin.http.Context ctx) static String
createJwtToken
(LoginRecord login) static JwtState
getJwtState
(io.javalin.http.Context ctx) static Boolean
static String
updateJwtToken
(String authTokenFromTheClient)