You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we use HS256 or RS256?
Looking at the docs it says: RS256
I have tried to make a token using: $token = JWT::encode($payload, $key, 'HS256');
But if I later try to use that token when testing on ios I get the error: FIRAuthErrorDomain Code=17000 "The custom token format is incorrect. Please check the documentation.