Configuring
Authentication Method
Learn how to configure authentication in RAGenius.
Authentication Methods
RAGenius offers three authentication methods when self-hosting. You can choose which authentication methods you want to offer to your users from these three options:
- Email/Password Authentication
- Google Authentication
- Magic Link Authentication
To enable one or more of these methods, you need to configure the following environment variables in your .env
file:
Since each of these methods uses Supabase, you should configure your Supabase instance to support the chosen methods.
Please refer to the Supabase documentation for more information on how to configure each authentication method.
Was this page helpful?