OAuth
Zipline now supports user registration via OAuth providers. This guide will walk you through the process of setting up OAuth for your Zipline instance.
Supported OAuth Providers
Enabling OAuth
To enable OAuth, you must set the FEATURES_OAUTH_REGISTRATION
environment variable to true
.
Setup a Provider
Follow the steps on the provider you selected to setup OAuth for your Zipline instance.
Last updated: 3/2/2024
Edit this page on GitHub