[PR #1249] [MERGED] feat: add Roblox social provider #29315

Closed
opened 2026-04-17 20:40:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1249
Author: @D3visionNL
Created: 1/20/2025
Status: Merged
Merged: 2/14/2025
Merged by: @Bekacru

Base: v1.2Head: feat/roblox-social-provider


📝 Commits (6)

  • 288becd Implemented Roblox social provider + documentation + icon for builder
  • a1b76a9 linter didn't like my svg and some of my other formatting
  • fb71011 and now the linter is finally happy
  • 35b29e7 made discord scope option overwrite default scopes, this way I dont need to have a users' email
  • c32a904 Revert "made discord scope option overwrite default scopes, this way I dont need to have a users' email"
  • 4ebe2d0 Merge branch 'v1.2' into feat/roblox-social-provider

📊 Changes

4 files changed (+158 additions, -0 deletions)

View changed files

📝 docs/components/builder/social-provider.tsx (+17 -0)
docs/content/docs/authentication/roblox.mdx (+51 -0)
📝 packages/better-auth/src/social-providers/index.ts (+3 -0)
packages/better-auth/src/social-providers/roblox.ts (+87 -0)

📄 Description

I am kinda confused because of #1049 but here it is anyway.

This should add Roblox support with the necessary documentation. Also took the liberty of adding the icon to the builder.

Please lmk if there is anything I need to change or add!


🔄 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/1249 **Author:** [@D3visionNL](https://github.com/D3visionNL) **Created:** 1/20/2025 **Status:** ✅ Merged **Merged:** 2/14/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `v1.2` ← **Head:** `feat/roblox-social-provider` --- ### 📝 Commits (6) - [`288becd`](https://github.com/better-auth/better-auth/commit/288becd334a0ebe9e2017cdf1248a62c7041ba45) Implemented Roblox social provider + documentation + icon for builder - [`a1b76a9`](https://github.com/better-auth/better-auth/commit/a1b76a9a65d8d56fcb8c807de4456c5eef08c6d4) linter didn't like my svg and some of my other formatting - [`fb71011`](https://github.com/better-auth/better-auth/commit/fb710119e678b56798c2b787537b2f819286b2c3) and now the linter is finally happy - [`35b29e7`](https://github.com/better-auth/better-auth/commit/35b29e7957935ca2c777772a6a88dfa67015ed7b) made discord scope option overwrite default scopes, this way I dont need to have a users' email - [`c32a904`](https://github.com/better-auth/better-auth/commit/c32a9043bb79f79438a94479a81669e937bd0f89) Revert "made discord scope option overwrite default scopes, this way I dont need to have a users' email" - [`4ebe2d0`](https://github.com/better-auth/better-auth/commit/4ebe2d0d703ed1d69981d224ff31a68514f32ddd) Merge branch 'v1.2' into feat/roblox-social-provider ### 📊 Changes **4 files changed** (+158 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/builder/social-provider.tsx` (+17 -0) ➕ `docs/content/docs/authentication/roblox.mdx` (+51 -0) 📝 `packages/better-auth/src/social-providers/index.ts` (+3 -0) ➕ `packages/better-auth/src/social-providers/roblox.ts` (+87 -0) </details> ### 📄 Description I am kinda confused because of #1049 but here it is anyway. This should add Roblox support with the necessary documentation. Also took the liberty of adding the icon to the builder. Please lmk if there is anything I need to change or add! --- <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 20:40:48 -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#29315