what is the difference between those two environment variables in the .env.local.example
example file from NextAuth?
I found in the documentation that if you want to use JWT on auth requests, you need to provide a hash value on NEXTAUTH_SECRET but I couldn't find what is SECRET used for.
Is there any usage for this SECRET variable?