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

replace basic sockettoken with twitch login #2815

Closed
sogehige opened this issue Oct 21, 2019 · 0 comments · Fixed by #2849
Closed

replace basic sockettoken with twitch login #2815

sogehige opened this issue Oct 21, 2019 · 0 comments · Fixed by #2849

Comments

@sogehige
Copy link
Collaborator

sogehige commented Oct 21, 2019

Main goal is to increase security of app and add multiple permission groups

0 | 1 | 2
all | viewer(data about itself + public) | public (overlay)

  1. Token should be regenerated every x hours
  2. Server should ask for userid -> regenerate token - save permission table
  3. Posibility to generate permanent socketToken for 3rdparty apps
  4. Tokens should be saved only in-memory as they will be generated on demand, no need to save them anywhere
  5. Only all access can share sensitive information
  6. On twitch authorize use generated pseudo token to be sure, we are not trying to login as another user
  7. bot domain must be editable in ui -> to have working quotes and webhooks
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 a pull request may close this issue.

1 participant