feat: add support for login with ChatGPT

This commit is contained in:
Michael Bolin
2025-06-03 16:22:20 -07:00
parent c6fcec55fe
commit d061e26e70
6 changed files with 698 additions and 0 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;
};