fgsl/jwt

Fgsl JWT Handler

Installs: 55

Dependents: 3

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Type:component

1.1.2 2021-06-14 21:38 UTC

This package is auto-updated.

Last update: 2024-04-15 03:58:10 UTC


README

For creating a JWT token, you must before create an instance of Fgsl\Jwt\Jwt. After, you call method getBearerToken.

For recovering the payload from a given token, call the static method getPayload.