https://github.com/opencast/jwtify
A typescript library for injecting JWTs into static file requests via service workers. Pronounced 'jotify'.
https://github.com/opencast/jwtify
Last synced: 5 months ago
JSON representation
A typescript library for injecting JWTs into static file requests via service workers. Pronounced 'jotify'.
- Host: GitHub
- URL: https://github.com/opencast/jwtify
- Owner: opencast
- License: mit
- Created: 2025-11-10T15:17:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-03T17:26:44.000Z (7 months ago)
- Last Synced: 2025-12-06T22:22:24.982Z (6 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@opencast/jwtify
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jwtify ("jotify")
A TypeScript library for injecting JWTs into static file requests via service workers.
Can be used by applications that wish to use static files from Opencast, authorized via JWTs.
This library intercepts all Opencast requests, injecting a JWT as appropriate.
The JWT must be supplied by you (via specified callback).
Supports batching and caching.
> **Note**: still in early development!
TOOD: explain more, describe how to use.