auth cleanups master
authorJustin Wind <justin.wind+git@gmail.com>
Tue, 17 Jun 2025 17:07:30 +0000 (10:07 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Tue, 17 Jun 2025 17:09:36 +0000 (10:09 -0700)
commit20c366e98a799e7f1eee7a03e2d5611d303b3a5c
treecbd09a03d926829a44046bb0cbaab1eeaab8dbac
parent4b758f9fffc72f135866fbfd198242dbf404eb3d
auth cleanups
src/authenticator.js
src/db/base.js
src/db/postgres/index.js
src/db/postgres/sql/auth-upsert.sql [new file with mode: 0644]
src/db/sqlite/index.js
test/src/authenticator.js
test/src/db/base.js
test/src/db/postgres/index.js
test/src/db/sqlite/index.js