End-user facing profile editor

Does auth0 provider an end-user facing frontend for users to edit their own profile or do I have to roll out another app to do it (I’d rather not)?

Basically, a place for users to fill in their own first name, last name, facilitate email changes, etc. I know this can be done through the API but I’d rather not write an app for that.

Alternatively, if someone already has an open-source profile editor app hooking into the user info API I’ll use that.

There’s nothing in Auth0 for this today. We’re working on the same problem … adding editable fields to our user portal so they can update their user_metadata fields, change email, etc.