Bare implementation of a auth.js adapter using edgedb. I don't have any plans to make this a proper package, but if you want to make a pull request for one, do so.
- Copy contents of the default.esdl to your own edgedb schema
- Run an edgedb migration
- npm i @auth/core
- Generate typescript files for edgeql-js
- Copy and change the contents of adapter.ts to point the generated files.
- Import and use like any other auth.js adapter