Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Make OAuth optional and define it at runtime of the app #299

Open
HugoRCD opened this issue Nov 11, 2024 · 0 comments · Fixed by #303
Open

feat: Make OAuth optional and define it at runtime of the app #299

HugoRCD opened this issue Nov 11, 2024 · 0 comments · Fixed by #303
Assignees
Labels
feature New feature or request

Comments

@HugoRCD
Copy link
Owner

HugoRCD commented Nov 11, 2024

Description

This issue aims to simplify self-hosting further by enabling OAuth with minimal configuration. For instance, to activate GitHub OAuth, one need only provide the following environment variables:

  • NUXT_OAUTH_GITHUB_CLIENT_ID
  • NUXT_OAUTH_GITHUB_CLIENT_SECRET

To facilitate this, Shelve will now support a default authentication system utilizing a one-time password (OTP) mechanism. This update will decrease the number of required environment variables and shorten the setup time.

CleanShot 2024-11-18 at 11 59 49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant