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

Add auth0 sub in user model #4149

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Conversation

flvndvd
Copy link
Contributor

@flvndvd flvndvd commented Mar 5, 2024

Description

This PR adds a new field in our User model to store the sub of auth0. It also update provider and providerId to allow nullable values.

Risk

Deploy Plan

It requires to run a migration to update our User model. Run the migration from the front-edge pods.

@flvndvd flvndvd marked this pull request as ready for review March 5, 2024 14:01
Copy link

github-actions bot commented Mar 5, 2024

Warnings
⚠️

Files in front/lib/models/ or connectors/src/lib/models/ have been modified and the PR has the migration-ack label. Don't forget to run the migration from the -edge infrastructure.

Generated by 🚫 dangerJS against a055071

@flvndvd flvndvd requested review from PopDaph and fontanierh March 5, 2024 16:36
@flvndvd flvndvd self-assigned this Mar 5, 2024
@flvndvd flvndvd added the migration-ack 📁 Label to acknowledge that a migration is required. label Mar 5, 2024
@flvndvd flvndvd merged commit 68724fe into main Mar 5, 2024
8 checks passed
@flvndvd flvndvd deleted the flav/use-auth0-login-provider-wave-1 branch March 5, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
migration-ack 📁 Label to acknowledge that a migration is required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants