Authentication providers
Configure additional authentication providers for your deployment.
Access settings
Learn how to configure how members join your deployment.
Roles and permissions
Learn more about the different roles and permissions in Sourcebot.
FAQ
Have a question about Sourcebot’s auth system? We might have the answers here.
Session lifetime
By default, session cookies remain valid for 30 days from the time they are issued, after which the user is signed out and must authenticate again. You can change this by setting theAUTH_SESSION_MAX_AGE_SECONDS environment variable to the desired lifetime in seconds.
A session is guaranteed to remain valid for at least its configured lifetime. The JWT verifier applies a small clock-skew tolerance when checking expiry, so a session may continue to be accepted for a brief additional window past that point before it is rejected.

