Hi everyone I'm using jwt auth I don't understan...
# ktor
h
Hi everyone I'm using jwt auth I don't understand how I set the values of domain, audience and realm in the application.conf Should anyone explain to me how get that values and set it in my project
K 2
m
Define those as environment variables on your machine, and read them in your code as
Copy code
application.environment.config.propertyOrNull("jwtConfig.realm")?.getString()