Python API: Migrating to JWT Signing Keys
Right now, my web client passes the logged in user's JWT to my Python backend, and my backend uses the JWT secret to decode the key. How can I migrate this to the new JWT Signing keys? I haven't seen any documentation about it.