mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated OAuth2 (markdown)
parent
dd69bc8cba
commit
d03609f5a8
1 changed files with 1 additions and 0 deletions
|
|
@ -163,6 +163,7 @@ Rule Name: Encrich Wekan login
|
|||
context.idToken[ns + "id"] = user.user_id;
|
||||
context.idToken[ns + "email"] = user.email;
|
||||
context.idToken[ns + "name"] = user.name || user.user_metadata.name;
|
||||
context.idToken[ns + "picture"] = user.picture;
|
||||
callback(null, user, context);
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue