@lucia-auth/adapter-fauna
v0.2.1
Published
Fauna adapter for Lucia
Downloads
2
Maintainers
Readme
@lucia-auth/adapter-fauna
Fauna adapter for Lucia
Installation
npm install @lucia-auth/adapter-fauna
Lucia version compatibility
| Fauna adapter version | Lucia version | | --------------------- | ------------- | | 0.1.x | 0.1.x ~ 0.3.x | | 0.2.x | 0.4.0 ~ |
Testing
Add FAUNA_SECRET
and FAUNA_ENDPOINT
(endpoint docs) to .env
.
Optionally add FAUNA_USER_TABLE
and FAUNA_SESSION_TABLE
to satisfy to AdapterConfig
.
npm run test