Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 809 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 809 Bytes

authentication-flows-js-inmem

npm Package

This project is a in-memory implementation for AuthenticationAccountRepository of authentication-flows-js.

the in-mem implementation was moved to the authentication-flows-js package.

For simplicity of dev, deployment and usage it was moved to authentication-flows-js. Now when "app" wants in-mem impl, it does not have to import this package seperately, manage versions, etc. Instead it can use the in-mem impl from the main package.

Thus, this repo is read-only and not maintained anymore.