JWT
JWT
JSON Web Token - a compact, signed token format (header.payload.signature) used to carry claims such as identity and expiry. Supabase and Firebase use JWTs for auth.
JSON Web Token - a compact, signed token format (header.payload.signature) used to carry claims such as identity and expiry. Supabase and Firebase use JWTs for auth.