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

Closes #81 Allow inferred users to have displayName #83

Merged
merged 5 commits into from
Apr 6, 2018
Merged

Conversation

kecso
Copy link
Member

@kecso kecso commented Apr 5, 2018

Inferred users can now send displayName in their token and those will be stored and respected in the basic user database.
Also, this change introduces 'description' and 'icon' field for the project info.

@@ -431,7 +431,8 @@ function StandAloneServer(gmeConfig) {
req.userData = {
token: newToken,
newToken: true,
userId: result.content.userId
userId: result.content.userId,
displayName: result.content.displayName
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right now the inferred users with displayName are confined to tokens in the query..

@pmeijer pmeijer merged commit c6d8c25 into master Apr 6, 2018
@pmeijer pmeijer deleted the displayName branch April 6, 2018 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants