mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-27 20:25:41 +00:00
* feat: add sqlite database for storing sessions * refactor: use db instance instead of service in auth service * fix: coderabbit suggestions
1 line
32 B
SQL
1 line
32 B
SQL
DROP TABLE IF EXISTS "sessions"; |