Auth Driver
A driver for Prismatik auth service.
Getting started
npm i auth-driver
To use:
; const driver = 'http://localhost:3000' password: 'hai'; driver;
Tests
Set env variables AUTH_URL
and AUTH_PASSWORD
for your auth server before
running tests. AUTH_PASSWORD
should match the API_KEY
you have defined on
your auth server.