Lots of little updates to bring it in line with the other implemeentations etc...
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 40s

This commit is contained in:
Alan Bridgeman 2026-02-18 12:54:59 -06:00
parent 30746a4e34
commit d0dfa10536
5 changed files with 23 additions and 7 deletions

View file

@ -1,2 +1,10 @@
# File based Implementation of bridgeman Accessible Auth Keystore
This is the file based implementation of the Bridgeman Accessible Auth Keystore.
# File based Implementation of Bridgeman Accessible Auth Keystore
This is the file based implementation of the Bridgeman Accessible Auth Keystore.
This is intended to be a simple implementation that just stores keys in a JSON file.
This is arguably pretty **INSECURE** (depending significantly on file protections etc... which are out of scope for this package).
But, it can be helpful for testing/development where simplicity might be preferable over strict security.
For more details on the Keystore concept itself or "upstream effects" see the [Keystore Library README](https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-auth_keystore/src/branch/main/README.md)
This module/package/library includes a testing suite to verify functionality. It can be run using the yarn test command in any terminal/shell that supports Yarn. This test suite is also run as part of the public CI/CD automation on push.