Skip to content

feat(oauth): add GitLab OAuth provider#28

Merged
halvaradop merged 2 commits intomasterfrom
feat/add-gitlab-oauth
Dec 11, 2025
Merged

feat(oauth): add GitLab OAuth provider#28
halvaradop merged 2 commits intomasterfrom
feat/add-gitlab-oauth

Conversation

@halvaradop
Copy link
Copy Markdown
Member

@halvaradop halvaradop commented Dec 11, 2025

Description

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

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

export const { handlers } = auth

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Dec 11, 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 11, 2025 3:18am

@halvaradop halvaradop merged commit e51d998 into master Dec 11, 2025
2 checks passed
@halvaradop halvaradop deleted the feat/add-gitlab-oauth branch December 11, 2025 14:34
@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