Is there a way of entering in a username for users who’ve authenticated through an oauth connection? My use case is that I’d like to have a username I can use across my app. I’ve setup my database to require usernames. I tried to update an oauth user with a username through the management API, but I receive the error:
“Cannot update username for non-database user”
Is there a way to associate a username to any oauth users?