Auth0 gives you access to a user profile for each of your users, but the information you get from it is somewhat limited. Very often you'll need to allow users to submit information about themselves so you can build up a better profile for them. While you can't modify the user profile you get from Auth0, you can store any data you want in the user_metadata object. Let's find out how to read and write to it.

 

I finished! On to the next chapter