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

Allow players to change nicknames #366

Open
lijim opened this issue May 20, 2022 · 1 comment
Open

Allow players to change nicknames #366

lijim opened this issue May 20, 2022 · 1 comment

Comments

@lijim
Copy link
Owner

lijim commented May 20, 2022

out of the box, auth0 provides the social sign-in email as the nickname. There should be a clear button that indicates that you can change your name that makes a socket.io clientToServer call, which in turn makes a PATCH API request for the given user

@lijim lijim added this to the Auth player experience milestone May 20, 2022
@lijim
Copy link
Owner Author

lijim commented Mar 6, 2023

Likely need this:

https://auth0.com/docs/api/management/v2#!/Users/patch_users_by_id

Would look like this in the Node client for Auth0:
auth0.updateUser({id: ...}, {username})

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

No branches or pull requests

1 participant