Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

jere-co/authjs-edgedb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

authjs-edgedb

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.

Setup

  1. Copy contents of the default.esdl to your own edgedb schema
  2. Run an edgedb migration
  3. npm i @auth/core
  4. Generate typescript files for edgeql-js
  5. Copy and change the contents of adapter.ts to point the generated files.
  6. Import and use like any other auth.js adapter

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 77.4%
  • EdgeQL 22.6%