I know what's wrong now, I got JWT viewer decoding the token I generated on my .NET CORE app, it says the signature is wrong.
So the solution is to hash the access key correctly.
I know what's wrong now, I got JWT viewer decoding the token I generated on my .NET CORE app, it says the signature is wrong.
So the solution is to hash the access key correctly.