Releases: JitPackJoyride/lucia-adapter-edgedb
Releases · JitPackJoyride/lucia-adapter-edgedb
v0.3.0
Minor Changes
- 1e9eb2c: fixed uuid equality check bug
v0.2.0
Minor Changes
- e6f869a: Build issues and oAuth bug
v0.1.1
Patch Changes
- 462d58f: more native error handling
v0.1.0
Minor Changes
- d4dc062: first working version of the edgedb adapter for lucia-auth
v0.0.9
Patch Changes
- c2a0b7f: Clean up build file output by removing huge edgedb import
v0.0.8
Patch Changes
- d35d456: Update readme with better schema and fix bug with setting user & key
v0.0.7
Patch Changes
- 2e1b4f1: Bug with key insertion during setUser
v0.0.6
Patch Changes
- de20196: Mediocre solution to problem of generated id not being returned after setUser
v0.0.5
Patch Changes
- f0585cd: Added setUser implementation and changed the adapter function parameters
v0.0.4
Patch Changes
- efad644: add basic edgeDbAdapter implementation with just getUser implemented