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
When requesting user data attributes, it would be nice to hide userProfileMetadata in reponse, especially when it's very long. Adding a simple boolean option would be greatly appreciated.
The condition would be in loadUserProfile():
I needed to check for profile attributes, and the response was very long. As this information was not specially needed for my frontend app, I think an option to loadUserProfile would be interresting.
Details
Simple way would be to pass loadUserProfile some options as well, or just an argument to make it simple