mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
JWT Payload
Get the payload from a JWT token.
Usage
jwtPayload('eyJa ... Gm18');
// => { exp: 1586466920, [key: string]: any }
Get the payload from a JWT token.
jwtPayload('eyJa ... Gm18');
// => { exp: 1586466920, [key: string]: any }