Created
February 23, 2025 19:12
-
-
Save BlackDahlia313/43a7d1c8091e9a8b06838e93f1521b41 to your computer and use it in GitHub Desktop.
The SSO env variables for Kick and Directus SSO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AUTH_KICK_DRIVER=oauth2 | |
AUTH_KICK_CLIENT_ID=******** | |
AUTH_KICK_CLIENT_SECRET=******** | |
AUTH_KICK_AUTHORIZE_URL=https://id.kick.com/oauth/authorize | |
AUTH_KICK_ACCESS_URL=https://id.kick.com/oauth/token | |
AUTH_KICK_PROFILE_URL=https://api.kick.com/public/v1/users | |
AUTH_KICK_SCOPE=user:read | |
AUTH_KICK_CLIENT_TOKEN_ENDPOINT_AUTH_METHOD=client_secret_post | |
AUTH_KICK_ALLOW_PUBLIC_REGISTRATION=true | |
AUTH_KICK_DEFAULT_ROLE_ID==******** | |
AUTH_KICK_IDENTIFIER_KEY=data.0.user_id | |
AUTH_KICK_EMAIL_KEY=data.0.email | |
AUTH_KICK_MODE=cookie | |
AUTH_KICK_ICON=kick | |
AUTH_KICK_REDIRECT_ALLOW_LIST=your_callback_url |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment