You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One difference is that email isn't stored in the user table, but instead in the LinkExternalUser object. A user can have multiple linked external user records, but for now we'll assume they have a single one (the Login.gov one) where the email is stored.
Acceptance criteria
Email added to token
Tests updated
The text was updated successfully, but these errors were encountered:
…r auth logic (#3276)
## Summary
Fixes#3246
### Time to review: 10 mins
## Changes proposed
Add email address to JWT token if exists.
## Context for reviewers
A user can have multiple linked external user records, but for now we'll
assume they have a single one (the Login.gov one) where the email is
stored.
## Additional information
See addition to unit test covering scenarios where emails exists and
does not exist.
Summary
This is very similar to the work done in #3199
One difference is that email isn't stored in the user table, but instead in the LinkExternalUser object. A user can have multiple linked external user records, but for now we'll assume they have a single one (the Login.gov one) where the email is stored.
Acceptance criteria
The text was updated successfully, but these errors were encountered: