boclips-js-security
v14.1.0
Published
Boclips Keycloak Wrapper
Downloads
1,051
Readme
Boclips JS Security
This is a client-side library talking to Keycloak to negotiate login credentials.
It works by authenticating, and then intercepting all Axios calls by attaching a Authorization: Bearer $token
.
Development tasks:
pnpm run test
pnpm run e2e
pnpm run lint
Run an example app:
pnpm run demo