hellman
03/11/2025, 8:40 AMval principal = call.principal<JWTPrincipal>()
I don't need to verify the signature or anything like that of the JWT. All I need is to provide a fake JWT to the install(Authentication) { jwt { ... } }
section in my test, but I can't figure out how to do this. Are there any examples or documentations for how to manually create the JWT in a test?Aleksei Tirman [JB]
03/11/2025, 8:59 AM