Skip to content

Releases: JitPackJoyride/lucia-adapter-edgedb

v0.3.0

09 Oct 06:39
d91d8c2
Compare
Choose a tag to compare

Minor Changes

  • 1e9eb2c: fixed uuid equality check bug

v0.2.0

04 Oct 08:04
3cf6016
Compare
Choose a tag to compare

Minor Changes

  • e6f869a: Build issues and oAuth bug

v0.1.1

27 Sep 06:49
1a69419
Compare
Choose a tag to compare

Patch Changes

  • 462d58f: more native error handling

v0.1.0

10 Sep 15:07
df7f550
Compare
Choose a tag to compare

Minor Changes

  • d4dc062: first working version of the edgedb adapter for lucia-auth

v0.0.9

10 Sep 01:53
480acb5
Compare
Choose a tag to compare

Patch Changes

  • c2a0b7f: Clean up build file output by removing huge edgedb import

v0.0.8

10 Sep 01:18
9c5848c
Compare
Choose a tag to compare

Patch Changes

  • d35d456: Update readme with better schema and fix bug with setting user & key

v0.0.7

10 Sep 00:23
010d076
Compare
Choose a tag to compare

Patch Changes

  • 2e1b4f1: Bug with key insertion during setUser

v0.0.6

09 Sep 23:43
50cf19c
Compare
Choose a tag to compare

Patch Changes

  • de20196: Mediocre solution to problem of generated id not being returned after setUser

v0.0.5

09 Sep 23:15
4900e63
Compare
Choose a tag to compare

Patch Changes

  • f0585cd: Added setUser implementation and changed the adapter function parameters

v0.0.4

09 Sep 15:29
46e9b26
Compare
Choose a tag to compare

Patch Changes

  • efad644: add basic edgeDbAdapter implementation with just getUser implemented