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

Create a new API "update' in user controller #773

Open
shepilov opened this issue Dec 19, 2024 · 0 comments
Open

Create a new API "update' in user controller #773

shepilov opened this issue Dec 19, 2024 · 0 comments
Assignees
Milestone

Comments

@shepilov
Copy link
Member

This is the request params, and information we can update

export interface UserObject {
  email: string;
  picture: string;
  first_name: string;
  last_name: string;
  full_name: string;
}

if the email is set and it's different from the current one, we should update login information with ExternalUser(entity that we use in case of OIDC user provider)

in e2e test we should test that user is able to login after email change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants