node-jose explanation / example?
I want to use token based authentication with JWT (Signed and encrypted if possible). I use NodeJS in server side. I am trying to use this node-jose module : https://github.com/cisco/node-jose I don't know a lot about generate / store keys & cryptographic algorithms. Even if the documentation looks clear, i don't understand the part keys and key stores (until the signature part) : https://github.com/cisco/node-jose#keys-and-key-stores How i need to generate and where i need to store keys in my server node app to then allow me to sign and verify my tokens ? I need to use symetric secret key or