Hey, im learning jwt-authorization with Ktor using this tutorial https://ktor.io/docs/jwt.html#flow , my question is for tips how to generate safe shared secret and is there some requirements for it? i’m planning storing it in Heroku config-var.
a
asad.awadia
05/14/2022, 4:10 PM
Wdym shared secret? You dont share it
The secret can be anything random - how you do that is up to you - sha a uuid - use open ssl rand etc