-
Notifications
You must be signed in to change notification settings - Fork 44
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
feat(auth): 🔐 Add UserProfile serialization and include in Credentials #475
base: main
Are you sure you want to change the base?
Conversation
- Add userProfile to Credentials.toMap() method - Implement toMap() method in UserProfile class - Update existing tests and add new UserProfile tests
Just making sure `email` is not tested as a required property, as the only required property is `sub`.
Hi @Rohithgilla12, thanks for your contribution. We really appreciate it; it's carefully done. In order to merge it, we'd need the commits to be verified. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, just saw that one of the Dart tests is failing: https://github.com/auth0/auth0-flutter/actions/runs/13248920908/job/36989584252?pr=475
📋 Changes
🎯 Testing
Added tests for the updated code and all of the tests pass
