This website requires JavaScript.
Explore
Help
Register
Sign In
External
/
SnapOtter
Watch
1
Star
0
Fork
0
mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced
2026-08-03 07:46:42 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
SnapOtter
/
apps
/
api
/
drizzle-sqlite-legacy
/
0008_api_key_expiration.sql
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
2 lines
56 B
SQL
Raw
Permalink
Normal View
History
Unescape
Escape
feat: production-grade RBAC with editor role, custom roles, API key scoping, and audit log (
#89
)
2026-04-22 18:10:04 +08:00
ALTER
TABLE
`
api_keys
`
ADD
COLUMN
`
expires_at
`
integer
;
Reference in New Issue
Copy Permalink