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

refactor: change token and account coupling system #25

Open
wants to merge 1 commit into
base: 5.0.x
Choose a base branch
from

Conversation

warlof
Copy link
Owner

@warlof warlof commented Nov 15, 2020

This is a new approach at user enrollment flow.

Instead asking SeAT to generate a random token, we ask Teamspeak to provide us one that we will use to bind the SeAT account to a Teamspeak account. This capability is provided by Teamspeak user custom information - as per this valuate post.

User will join Teamspeak server using his main character name and consume the provided token.
In case the user don't have teampseak client mapped to ts3server:// protocol, we still show him the privilege token, so he will be able to manually set his account.

Before user being redirected to the authentication modal, we kick and remove all mapped account. Prior, this step was done after redirection.

BREAKING CHANGES
This feature is requesting to define a server group which will be used during enrollment flow. This Server Group will be used by the token, and removed as soon as policy are applied (except if you also grant that server group on your policy)

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.

1 participant