lucia-auth / lucia

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

[Feature Request]: Xata Adapter #1517

Open simonfarah opened 6 months ago

simonfarah commented 6 months ago

Package

lucia

Description

Yes I am aware of this:

We are currently not accepting any new adapters that requires publishing a new package. We're still open to adapters that can be added to existing packages.

And I know that Xata recently allowed direct Postgres connection, and a workaround for this could be done by connecting Xata to any other driver and then connecting the driver to Lucia. But I think it would be more convenient to just create an adapter for it.

I'm ready to achieve this task and be assigned to finish it. Else, thank you for this awesome library! Really appreciate the work.

pilcrowOnPaper commented 6 months ago

If it can be added to the current postgres adapter package, then I'm open to the idea

simonfarah commented 6 months ago

This is pretty much achievable, and surely a better idea than creating a new adapter package for it.