mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
at least we are in the dorm now
This commit is contained in:
@@ -58,6 +58,10 @@ const app = new Hono<App>()
|
||||
])
|
||||
})
|
||||
|
||||
// Bulk cached-login lookup by platform id (friends resolution). The client
|
||||
// POSTs repeated `id=` params on the auth host; no DB → no matches → [].
|
||||
.post('/cachedlogin/forplatformids', (c) => c.json([]))
|
||||
|
||||
// OAuth token endpoint — accepts a form-urlencoded body and issues a JWT.
|
||||
.post('/connect/token', async (c) => {
|
||||
// The C# reads `grant_type`, `account_id`, `platform_id` and `platform` from
|
||||
|
||||
Reference in New Issue
Block a user