[PR #463] [MERGED] feat: id token auth #3309

Closed
opened 2026-03-13 10:48:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/463
Author: @Bekacru
Created: 11/8/2024
Status: Merged
Merged: 11/8/2024
Merged by: @Bekacru

Base: mainHead: feat/id-token-auth


📝 Commits (6)

  • 52f6c0d feat: plugin
  • 80605c5 feat: move id token login to the builin signin social
  • 1e510f4 fix: plugin export
  • 7a8b592 fix: typecheck
  • 15c0373 Merge branch 'main' into feat/id-token-auth
  • ddabfff chore: fix types

📊 Changes

13 files changed (+531 additions, -275 deletions)

View changed files

📝 docs/content/docs/authentication/apple.mdx (+37 -16)
📝 docs/content/docs/authentication/google.mdx (+38 -16)
📝 packages/better-auth/src/api/routes/callback.ts (+21 -129)
📝 packages/better-auth/src/api/routes/sign-in.ts (+110 -0)
packages/better-auth/src/oauth2/link-account.ts (+152 -0)
📝 packages/better-auth/src/oauth2/types.ts (+15 -0)
📝 packages/better-auth/src/plugins/generic-oauth/index.ts (+48 -111)
📝 packages/better-auth/src/social-providers/apple.ts (+63 -0)
📝 packages/better-auth/src/social-providers/google.ts (+26 -0)
📝 packages/expo/package.json (+4 -1)
📝 packages/expo/src/client.ts (+10 -2)
📝 packages/expo/src/index.ts (+3 -0)
📝 pnpm-lock.yaml (+4 -0)

📄 Description

closes #421


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/463 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 11/8/2024 **Status:** ✅ Merged **Merged:** 11/8/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `feat/id-token-auth` --- ### 📝 Commits (6) - [`52f6c0d`](https://github.com/better-auth/better-auth/commit/52f6c0d007a03001ca0899bf628cd82e5d1fe7cb) feat: plugin - [`80605c5`](https://github.com/better-auth/better-auth/commit/80605c534b78614e460ec99274b823a73c4ad9dc) feat: move id token login to the builin signin social - [`1e510f4`](https://github.com/better-auth/better-auth/commit/1e510f40171e5882f365b017f4cf362fcda9674b) fix: plugin export - [`7a8b592`](https://github.com/better-auth/better-auth/commit/7a8b59254e6dfb79c6d3b3df97e65a89500560de) fix: typecheck - [`15c0373`](https://github.com/better-auth/better-auth/commit/15c0373768a4810fbe20df30e00d744b3ebc1416) Merge branch 'main' into feat/id-token-auth - [`ddabfff`](https://github.com/better-auth/better-auth/commit/ddabffff6e1335d0c8b24c3bf470f0cd5576bc6d) chore: fix types ### 📊 Changes **13 files changed** (+531 additions, -275 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/authentication/apple.mdx` (+37 -16) 📝 `docs/content/docs/authentication/google.mdx` (+38 -16) 📝 `packages/better-auth/src/api/routes/callback.ts` (+21 -129) 📝 `packages/better-auth/src/api/routes/sign-in.ts` (+110 -0) ➕ `packages/better-auth/src/oauth2/link-account.ts` (+152 -0) 📝 `packages/better-auth/src/oauth2/types.ts` (+15 -0) 📝 `packages/better-auth/src/plugins/generic-oauth/index.ts` (+48 -111) 📝 `packages/better-auth/src/social-providers/apple.ts` (+63 -0) 📝 `packages/better-auth/src/social-providers/google.ts` (+26 -0) 📝 `packages/expo/package.json` (+4 -1) 📝 `packages/expo/src/client.ts` (+10 -2) 📝 `packages/expo/src/index.ts` (+3 -0) 📝 `pnpm-lock.yaml` (+4 -0) </details> ### 📄 Description closes #421 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 10:48:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#3309