I use this library here: https://github.com/firebase/php-jwt Apparently, in order to encrypt / decrypt the token a secret key is needed.
If I want to generate my own unique key for security for each token, then how do I know who, what key if I will not store tokens in the database?
How does anyone approach this issue?