https://github.com/programmarchy/directus-extension-jwt-sign
A Directus extension that defines a flow operation which signs a JWT
https://github.com/programmarchy/directus-extension-jwt-sign
Last synced: about 2 months ago
JSON representation
A Directus extension that defines a flow operation which signs a JWT
- Host: GitHub
- URL: https://github.com/programmarchy/directus-extension-jwt-sign
- Owner: programmarchy
- License: mit
- Created: 2023-07-24T17:18:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T17:24:03.000Z (almost 3 years ago)
- Last Synced: 2025-12-28T08:18:22.130Z (6 months ago)
- Language: TypeScript
- Size: 34.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# directus-extension-jwt-sign
A Directus extension that defines a flow operation which signs a JWT using [`jsonwebtoken`](https://github.com/auth0/node-jsonwebtoken#jwtsignpayload-secretorprivatekey-options-callback).
