An open API service indexing awesome lists of open source software.

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'.

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.