I’m currently working on Discourse - Auth0 integration
and I’m using oauth2-basic plugin for discourse like explained here: Configure sign up and log in with Auth0 using the OAuth2 Basic Plugin - #16 by blake - admins - Discourse Meta
I also used discourse rules to pass the data from auth0 to discourse:
I want to have an option to edit the username or email in the discourse account view.
I found out that this feature at this forum works well, as I can change both.
Can I ask how is this forum integrated discourse with Auth0?