Installation
To install the library, use:
npm install authy-js
Usage
This library allows you to integrate authentication with your chosen framework and session storage. It includes:
- Handlers: Framework-specific handlers (e.g., Express, Fastify, Nextjs, etc).
- Adapters: Database-specific functions (e.g., Redis, MongoDB).
For more details, please refer to the handlers section.