audiobookshelf/server
2025-07-06 16:43:03 -05:00
..
auth Refactor Auth to breakout functions in TokenManager, handle token generation for OIDC 2025-07-06 16:43:03 -05:00
controllers Refactor Auth to breakout functions in TokenManager, handle token generation for OIDC 2025-07-06 16:43:03 -05:00
finders
libs
managers Update API Keys to be tied to a user, add apikey lru-cache, handle deactivating expired keys 2025-06-30 14:53:11 -05:00
migrations Update API Keys to be tied to a user, add apikey lru-cache, handle deactivating expired keys 2025-06-30 14:53:11 -05:00
models Refactor Auth to breakout functions in TokenManager, handle token generation for OIDC 2025-07-06 16:43:03 -05:00
objects
providers Fix server crash when FantLab provider request times out #4410 2025-06-17 17:21:21 -05:00
routers Add get all, update and delete endpoints. Add api keys config page 2025-06-30 11:32:02 -05:00
scanner
utils add explicit to podcasts 2025-06-21 12:29:54 +02:00
Auth.js Refactor Auth to breakout functions in TokenManager, handle token generation for OIDC 2025-07-06 16:43:03 -05:00
Database.js Update API Keys to be tied to a user, add apikey lru-cache, handle deactivating expired keys 2025-06-30 14:53:11 -05:00
Logger.js
Server.js Fix express.json position 2025-07-04 16:49:45 -05:00
SocketAuthority.js Refactor Auth to breakout functions in TokenManager, handle token generation for OIDC 2025-07-06 16:43:03 -05:00
Watcher.js