Hey,
So i have initialized an auth0 secret using the openssl command and set it up in my application in the auth0 service initilaization code and it is a session based authorization , and using it for past 3 months. but recently in the middleware i got an error saying jwe decryption failure and i havent changed the auth0 secret in the app or in the environment variables,but when i generated a new auth0 secret and set it up , the issue was resolved and no error was occuring and the jwt was decrypted correctly.
I am using nextjs auth0 v4. the decryption of the session was happening in the middleware , and an error occured till i changed auth0 secret.
I am not able to understand what is the issue.