Skip to content

Conversation

@halvaradop
Copy link
Member

@halvaradop halvaradop commented Dec 28, 2025

Description

This pull request adds the Strava 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, X and Strava

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

export const { handlers } = auth

@vercel
Copy link

vercel bot commented Dec 28, 2025

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

Project Deployment Review Updated (UTC)
auth Ready Ready Preview, Comment Dec 28, 2025 6:40pm
auth-nextjs-demo Ready Ready Preview, Comment Dec 28, 2025 6:40pm

@halvaradop halvaradop merged commit c64107f into master Dec 28, 2025
6 checks passed
@halvaradop halvaradop deleted the feat/add-strave-oauth branch December 28, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants