[PR #2602] [CLOSED] feat(social): add LINE social provider #29995

Closed
opened 2026-04-17 21:12:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/2602
Author: @allenthich
Created: 5/10/2025
Status: Closed

Base: mainHead: feat/add-line-social-provider


📝 Commits (6)

  • 4c73b10 feat(social): add line social provider
  • 3694514 docs(social): add line social provider page
  • c2e1c88 docs(social): add line social provider to builder
  • ed488eb chore: remove excessive decimal precision from line svg
  • 7dc4b33 chore: add missing minor code in line social provider usage
  • 2482784 clean: remove clientKey from line social options

📊 Changes

5 files changed (+299 additions, -0 deletions)

View changed files

📝 docs/components/builder/social-provider.tsx (+76 -0)
📝 docs/components/sidebar-content.tsx (+41 -0)
docs/content/docs/authentication/line.mdx (+51 -0)
📝 packages/better-auth/src/social-providers/index.ts (+3 -0)
packages/better-auth/src/social-providers/line.ts (+128 -0)

📄 Description

This PR adds support for LINE as an authentication provider in Better Auth.
Users will be able to authenticate with their LINE accounts using OAuth 2.0.

References:


🔄 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/2602 **Author:** [@allenthich](https://github.com/allenthich) **Created:** 5/10/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/add-line-social-provider` --- ### 📝 Commits (6) - [`4c73b10`](https://github.com/better-auth/better-auth/commit/4c73b10baa4bed72750be291a5e3e93fc60b3f0b) feat(social): add line social provider - [`3694514`](https://github.com/better-auth/better-auth/commit/3694514889b57364dc0601ab71b12a3a0cdb4fed) docs(social): add line social provider page - [`c2e1c88`](https://github.com/better-auth/better-auth/commit/c2e1c880211ec3289408ca20054ef9c859ee5fe7) docs(social): add line social provider to builder - [`ed488eb`](https://github.com/better-auth/better-auth/commit/ed488ebf466679d2e1c34c9862f3f5dc154a285f) chore: remove excessive decimal precision from line svg - [`7dc4b33`](https://github.com/better-auth/better-auth/commit/7dc4b33878b578dd44ac29c7a42d78ce6587d647) chore: add missing minor code in line social provider usage - [`2482784`](https://github.com/better-auth/better-auth/commit/24827846fc4fd1acf398196abcd9ac4f6a6fb1f5) clean: remove clientKey from line social options ### 📊 Changes **5 files changed** (+299 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/builder/social-provider.tsx` (+76 -0) 📝 `docs/components/sidebar-content.tsx` (+41 -0) ➕ `docs/content/docs/authentication/line.mdx` (+51 -0) 📝 `packages/better-auth/src/social-providers/index.ts` (+3 -0) ➕ `packages/better-auth/src/social-providers/line.ts` (+128 -0) </details> ### 📄 Description This PR adds support for [LINE](https://www.line.me/en/) as an authentication provider in Better Auth. Users will be able to authenticate with their LINE accounts using OAuth 2.0. References: - [LINE - Wikipedia](https://en.wikipedia.org/wiki/Line_(software)) - [LINE Login v2.1 API](https://developers.line.biz/en/reference/line-login/) - [LINE Login - Get profile info from ID token](https://developers.line.biz/en/docs/line-login/verify-id-token/#get-profile-info-from-id-token) - [LINE Login - Apply for email permission](https://developers.line.biz/en/docs/line-login/integrate-line-login/#applying-for-email-permission) --- <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-04-17 21:12:47 -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#29995