mirror of
https://github.com/directus/directus.git
synced 2026-02-01 13:04:55 -05: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 }