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

fix(auth0): make user object fields nullable #349

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

burmecia
Copy link
Member

What kind of change does this PR introduce?

This PR is to make all fields in Auth0 User nullable except below 3 fields:

  • user_id
  • created_at
  • updated_at

What is the current behavior?

Currently there are some fields in Auth0 User is not nullable, which caused failure if those fields are actually null in Auth0.

What is the new behavior?

Make all fields in Auth0 User nullable except user_id, created_at and updated_at.

Additional context

N/A

@burmecia burmecia added the auth0 Auth0 related issues label Sep 23, 2024
@burmecia burmecia merged commit bc866d1 into main Sep 23, 2024
3 checks passed
@burmecia burmecia deleted the bo/fix/auth0-nullable-column branch September 23, 2024 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth0 Auth0 related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants