lucia-auth / lucia

Authentication, simple and clean
https://lucia-auth.com
MIT License
8.32k stars 447 forks source link

[Feature Request]: Add pocketbase adapter #1598

Closed SrIzan10 closed 2 weeks ago

SrIzan10 commented 2 weeks ago

Package

lucia

Description

Even though Pocketbase already has an authentication solution, lucia is my go-to solution at the moment.

Pocketbase is a pretty easy to host database because it can run under HTTP and on a single executable

pilcrowOnPaper commented 2 weeks ago

Currently we really only add new adapters when there's enough demand for it (e.g. Prisma, Drizzle) or they can fit into one of the existing db driver packages (e.g. SQLite, Postgres). I highly doubt there's enough demand for Pocketbase