Skip to content

Conversation

@halvaradop
Copy link
Member

Description

This pull request introduces an automatic environment variable loading pattern for secrets, salts, and OAuth credentials. These changes aim to provide users with flexible and consistent ways to configure Aura Auth through environment variables, reducing manual configuration.

The AURA_ prefix is now optional. However, environment variables that include the AURA_ prefix take precedence over non-prefixed alternatives.

Supported environment variables

Secret variables

  • AURA_AUTH_SECRET
  • AUTH_SECRET

Salt variables

  • AURA_AUTH_SALT
  • AUTH_SALT

OAuth variables

  • AURA_AUTH_{PROVIDER}_CLIENT_{ID|SECRET}
  • AUTH_{PROVIDER}_CLIENT_{ID|SECRET}
  • {PROVIDER}_CLIENT_{ID|SECRET}

@vercel
Copy link

vercel bot commented Jan 9, 2026

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

Project Deployment Review Updated (UTC)
auth-nextjs-demo Ready Ready Preview, Comment Jan 9, 2026 7:54pm
1 Skipped Deployment
Project Deployment Review Updated (UTC)
auth Skipped Skipped Jan 9, 2026 7:54pm

@vercel vercel bot temporarily deployed to Preview – auth January 9, 2026 19:53 Inactive
@halvaradop halvaradop merged commit 92df446 into master Jan 9, 2026
6 checks passed
@halvaradop halvaradop deleted the feat/add-env-multiple-support branch January 9, 2026 19:55
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