Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signin with discord #18

Merged
merged 5 commits into from
Sep 2, 2023
Merged

Signin with discord #18

merged 5 commits into from
Sep 2, 2023

Conversation

nint8835
Copy link
Member

@nint8835 nint8835 commented Sep 2, 2023

Add Discord-based SSO, controlled by --use-discord-oauth on the almanac serve command.

Use requires some config to be set in almanac.toml, example is:

[discord]
client_id = "CLIENT_ID"
client_secret = "CLIENT_SECRET"
session_secret = "secret"
callback_url = "http://localhost:10000/oauth/callback"
guild_id = "GUILD_ID"

image

@nint8835 nint8835 merged commit 864243f into main Sep 2, 2023
1 check passed
@nint8835 nint8835 deleted the signin-with-discord branch September 2, 2023 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants