Skip to content

feat(oauth): add X OAuth provider#33

Merged
halvaradop merged 4 commits intomasterfrom
feat/add-x-oauth
Dec 15, 2025
Merged

feat(oauth): add X OAuth provider#33
halvaradop merged 4 commits intomasterfrom
feat/add-x-oauth

Conversation

@halvaradop
Copy link
Copy Markdown
Member

@halvaradop halvaradop commented Dec 13, 2025

Description

This pull request adds the X OAuth provider to the list of supported OAuth integrations in the Aura Auth library.
With this addition, Aura Auth now supports seven OAuth providers: GitHub, Bitbucket, Figma, Discord, GitLab, Spotify and X

We are actively working to expand the set of available OAuth providers before publishing the first stable version of the library, ensuring users have access to a solid minimum set of authentication options.

Set up

import { createAuth } from "@aura-stack/auth"

export const auth = createAuth({
  oauth: ["x"],
})

export const { handlers } = auth

Warning

Missing Docs

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Dec 13, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
auth Ready Ready Preview, Comment Dec 15, 2025 3:18am

commit 7c054e2
Author: Hernan Alvarado <hernanvid123@gmail.com>
Date:   Sat Dec 13 19:19:01 2025 -0500

    feat(oauth): add `Spotify` OAuth provider (#32)

    * feat(oauth): add `Spotify` OAuth provider

    * chore: run format

    * docs: add `spotify.mdx` file
commit 7c054e2
Author: Hernan Alvarado <hernanvid123@gmail.com>
Date:   Sat Dec 13 19:19:01 2025 -0500

    feat(oauth): add `Spotify` OAuth provider (#32)

    * feat(oauth): add `Spotify` OAuth provider

    * chore: run format

    * docs: add `spotify.mdx` file
@halvaradop halvaradop merged commit b226a8d into master Dec 15, 2025
2 checks passed
@halvaradop halvaradop deleted the feat/add-x-oauth branch December 15, 2025 03:19
@halvaradop halvaradop added the oauth Changes related to OAuth flows, providers, tokens, or authentication integration. label Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

oauth Changes related to OAuth flows, providers, tokens, or authentication integration.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant