Withings social provider #2467

Open
opened 2026-03-13 09:56:34 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @benmccann on GitHub (Dec 5, 2025).

Is this suited for github?

  • Yes, this is suited for github

I want to be able to login with Withings: https://developer.withings.com/api-reference/

Describe the solution you'd like

You may reference arctic while implementing:
https://github.com/pilcrowonpaper/arctic/pull/304

grant also supports it:
500ab2066e/lib/flow/oauth2.js (L202)

Describe alternatives you've considered

Use arctic or grant instead of better-auth

Additional context

No response

Originally created by @benmccann on GitHub (Dec 5, 2025). ### Is this suited for github? - [x] Yes, this is suited for github ### Is your feature request related to a problem? Please describe. I want to be able to login with Withings: https://developer.withings.com/api-reference/ ### Describe the solution you'd like You may reference `arctic` while implementing: https://github.com/pilcrowonpaper/arctic/pull/304 `grant` also supports it: https://github.com/simov/grant/blob/500ab2066e177f14856fd50bf0b507651111692b/lib/flow/oauth2.js#L202 ### Describe alternatives you've considered Use `arctic` or `grant` instead of `better-auth` ### Additional context _No response_
GiteaMirror added the social-provider label 2026-03-13 09:56:34 -05:00
Author
Owner

@better-auth-agent[bot] commented on GitHub (Dec 5, 2025):

tag @better-auth-agent if you would like an answer from the Agent

If you need more help, tag @better-auth-agent in a comment so I can respond.

DiagramDiscordGitHub

Diagram Join Star

@better-auth-agent[bot] commented on GitHub (Dec 5, 2025): tag @better-auth-agent if you would like an answer from the Agent _If you need more help, tag @better-auth-agent in a comment so I can respond._ <!-- bot:webhook reply v1 --> [Diagram](https://repodiagrams.s3.eu-north-1.amazonaws.com/skyvern_ultra_detailed_interactive.html) • [Discord](https://discord.gg/fG2XXEuQX3) • [GitHub](https://github.com/Skyvern-AI/Skyvern) [![Diagram](https://img.shields.io/badge/Diagram-2b3137?style=flat-square)](https://repodiagrams.s3.eu-north-1.amazonaws.com/skyvern_ultra_detailed_interactive.html) [![Join](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&style=flat-square)](https://discord.gg/fG2XXEuQX3) [![Star](https://img.shields.io/badge/star-181717?logo=github&logoColor=white&style=flat-square)](https://github.com/Skyvern-AI/Skyvern)
Author
Owner

@LovelessCodes commented on GitHub (Dec 22, 2025):

I've looked into this and I see a few problems with this;

  • There's no clear way to identify users' ID, other than getting it from the endpoint where you refresh your access token.
  • It doesn't conform to the standard OpenID specification.
@LovelessCodes commented on GitHub (Dec 22, 2025): I've looked into this and I see a few problems with this; - There's no clear way to identify users' ID, other than getting it from the endpoint where you refresh your access token. - It doesn't conform to the standard OpenID specification.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#2467