CrewText/voluble

Add user creation flow

Closed this issue · 4 comments

Add user creation flow

This primarily needs to happen through the UI, then update the Voluble DB through the Auth0 callback. Need to do some more research into the Auth0 onboarding (eugh) flow.

Given that all of the information lives in Auth0, all we actually need to do is collect is the Auth0 UID, assign a Voluble UID and keep track of which Org they exist in and the privileges they have...

Given that all of the information lives in Auth0, all we actually need to do is collect is the Auth0 UID, assign a Voluble UID and keep track of which Org they exist in and the privileges they have...

Closed in 8470f40