Skip to content

feat(oauth): add Spotify OAuth provider#32

Merged
halvaradop merged 3 commits intomasterfrom
feat/add-spotify-oauth
Dec 14, 2025
Merged

feat(oauth): add Spotify OAuth provider#32
halvaradop merged 3 commits intomasterfrom
feat/add-spotify-oauth

Conversation

@halvaradop
Copy link
Copy Markdown
Member

@halvaradop halvaradop commented Dec 13, 2025

Description

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

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: ["spotify"],
})

export const { handlers } = auth

@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 14, 2025 0:08am

@halvaradop halvaradop marked this pull request as ready for review December 14, 2025 00:18
@halvaradop halvaradop merged commit 7c054e2 into master Dec 14, 2025
2 checks passed
@halvaradop halvaradop deleted the feat/add-spotify-oauth branch December 14, 2025 00:19
halvaradop added a commit that referenced this pull request Dec 15, 2025
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 added a commit that referenced this pull request Dec 15, 2025
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 added a commit that referenced this pull request Dec 15, 2025
* feat(oauth): add `X` OAuth provider

* Squashed commit of the following:

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

* Squashed commit of the following:

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 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