jwt auth
This commit is contained in:
parent
e314f6f3e9
commit
ca93914e07
6 changed files with 156 additions and 129 deletions
|
@ -1,5 +1,7 @@
|
|||
DATABASE_URL="./data/db.sqlite"
|
||||
|
||||
JWT_SECRET="Secret token"
|
||||
|
||||
# Admin user is seeded
|
||||
# Generate id With `bun -e "console.log(Bun.randomUUIDv7('base64url'))";`
|
||||
ADMIN_USER_ID="some unique id"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue