feat: add support for login with ChatGPT

This commit is contained in:
Michael Bolin
2025-06-04 00:06:05 -07:00
parent c6fcec55fe
commit 908ca8f162
18 changed files with 1052 additions and 25 deletions

View File

@@ -382,6 +382,8 @@ async function handleCallback(
const exchanged = (await exchangeRes.json()) as {
access_token: string;
// NOTE(mbolin): I did not see the "key" property set in practice. Note
// this property is not read by the code.
key: string;
};