audiobookshelf/server
Denis Arnst 80fd2a1a18 SSO/OpenID: Use a mobile-redirect route (Fixes #2379 and #2381)
- Implement /auth/openid/mobile-redirect this will redirect to an app-link like audiobookshelf://oauth
- An app must provide an `redirect_uri` parameter with the app-link in the authorization request to /auth/openid
- The user will have to whitelist possible URLs, or explicitly allow all
- Also modified MultiSelect to allow to hide the menu/popup
2023-12-04 22:36:34 +01:00
..
controllers SSO/OpenID: Use a mobile-redirect route (Fixes #2379 and #2381) 2023-12-04 22:36:34 +01:00
finders Merge branch 'caching' of https://github.com/mikiher/audiobookshelf into caching 2023-11-22 19:00:11 +02:00
libs Merge branch 'caching' of https://github.com/mikiher/audiobookshelf into caching 2023-11-22 19:00:11 +02:00
managers Cache HTTP headers and status 2023-11-25 23:49:56 +02:00
models Ignore sequelize hooks when updating user lastSeen on socket authentication 2023-11-24 14:27:32 -06:00
objects SSO/OpenID: Use a mobile-redirect route (Fixes #2379 and #2381) 2023-12-04 22:36:34 +01:00
providers Fix:Audible india provider 2023-05-14 13:42:29 -05:00
routers Use a single router.get for API cache middleware 2023-11-23 09:55:55 +02:00
scanner Add NFO metadata source 2023-11-12 13:30:23 +00:00
utils Addressed feedback changes 2023-12-01 21:42:54 -08:00
Auth.js SSO/OpenID: Use a mobile-redirect route (Fixes #2379 and #2381) 2023-12-04 22:36:34 +01:00
Database.js Update:Remove support for metadata.abs, added script to create metadata.json files if they dont exist 2023-10-22 15:53:05 -05:00
Logger.js Merge pull request #2326 from lkiesow/hide-dev-logs 2023-11-25 10:36:50 -06:00
Server.js Fix:Narrators page 404 on reload #2359 2023-11-28 16:39:52 -06:00
SocketAuthority.js Ignore sequelize hooks when updating user lastSeen on socket authentication 2023-11-24 14:27:32 -06:00
Watcher.js Fix:Watcher waits for files to finish transferring before scanning #1362 #2248 2023-10-25 16:53:53 -05:00