Is it possible to change the "name" in a post login action?

Hey there @jon_s !

Yes, however it’s not exactly straightforward considering it requires using a Management API Access Token to update a user’s name.

Put simply, you’d need to proxy the request to the Managment API to update the user’s name via a backend or similar:

https://community.auth0.com/t/how-can-i-enable-users-to-change-their-email-address-from-a-spa-or-native-app/44064

Hope this helps!