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.