stripes-connect version of create user-with-creds-and-perms
Description
Use case: given a new user object, POST the object to create the user and generate user UUID and then POST and object to create creds and perms for that user to endpoints addressed by UUID
Note: this is currently implemented using straight up fetch, what is the stripes-connect version of this?
The code has been refactored and is now using mutators from stripes-connect. While working on this I discovered another issue related to side effects (STCON-46) which should be also now addressed.
Use case: given a new user object, POST the object to create the user and generate user UUID and then POST and object to create creds and perms for that user to endpoints addressed by UUID
Note: this is currently implemented using straight up fetch, what is the stripes-connect version of this?