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

add User Management (Discord) #3

Open
CrusaderW opened this issue Sep 13, 2019 · 1 comment
Open

add User Management (Discord) #3

CrusaderW opened this issue Sep 13, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@CrusaderW
Copy link
Owner

Use Discord API to authenticate users and build User management on top of that.
Need further specification...

@CrusaderW CrusaderW added the enhancement New feature or request label Sep 13, 2019
@tw1t611
Copy link

tw1t611 commented Oct 12, 2019

Requirements

  • user management should be done by discord identity provider using oauth2
  • the UI provides a button for SSO "Login with Discord"
  • the user will be requested to log in with discord credentials
  • users need to be part of the guild (discord server) "CrusaderW"
  • users with the discord role "CombatLog" are authorized to execute create, update and delete operations

Auth flow

  1. user goes to website
  2. user clicks on "Login with Discord" button
  3. user logs in with discord credentials and gets access_token from discord api
  4. user gets redirected to CombatLog
  5. user authenticates requests with access_token

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants