tokens
hi
I understand that in the login page (which you use google auth) you use JWT and make tokens then send the token to the login function in the authProvider, the thing is that to verify token I need to decode the token with my own secret-key
the secret-key must be the same also when we code the token (encryption and decryption)
so where I can find the secret key that you choosed and change it to another one ?
thank you
I understand that in the login page (which you use google auth) you use JWT and make tokens then send the token to the login function in the authProvider, the thing is that to verify token I need to decode the token with my own secret-key
the secret-key must be the same also when we code the token (encryption and decryption)
so where I can find the secret key that you choosed and change it to another one ?
thank you
