Skip to content

feat(oauth): add Discord OAuth provider#27

Merged
halvaradop merged 2 commits intomasterfrom
feat/add-discord-oauth
Dec 10, 2025
Merged

feat(oauth): add Discord OAuth provider#27
halvaradop merged 2 commits intomasterfrom
feat/add-discord-oauth

Conversation

@halvaradop
Copy link
Copy Markdown
Member

@halvaradop halvaradop commented Dec 10, 2025

Description

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

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

export const { handlers } = auth

Yeaaaaaaaaaaaaaaaaaaaaaaah new oAuth providers 😎🤠

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Dec 10, 2025

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

Project Deployment Preview Comments Updated (UTC)
auth Ready Ready Preview Comment Dec 10, 2025 11:00pm

@halvaradop halvaradop merged commit db0c8a9 into master Dec 10, 2025
2 checks passed
@halvaradop halvaradop deleted the feat/add-discord-oauth branch December 10, 2025 23:01
@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