Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 453 Bytes

File metadata and controls

11 lines (8 loc) · 453 Bytes

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.