Skip to content

Can we use Langfuse without any Authentication enabled? #4119

Answered by dosubot bot
SudhaGarimella asked this question in Support
Discussion options

You must be logged in to vote

Hey @SudhaGarimella! 👋 I'm here to help you with any bugs, questions, or contributions you have. Let's dive into this together!

There isn't a direct configuration option in Langfuse to completely disable all forms of authentication. However, you can disable email/password authentication by setting AUTH_DISABLE_USERNAME_PASSWORD=true and prevent new user sign-ups by setting NEXT_PUBLIC_SIGN_UP_DISABLED=true. This setup will still require existing users to authenticate, but it restricts new sign-ups [1][2].

If you need to bypass authentication entirely, you might need to modify the codebase directly, which isn't recommended due to potential security risks and maintenance challenges. Since …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jannikmaierhoefer
Comment options

@jannikmaierhoefer
Comment options

@SudhaGarimella
Comment options

Answer selected by jannikmaierhoefer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants