JohnVonNeumann / opensorcery

Gamified open source contributions.
7 stars 0 forks source link

Post user signup NodeJs Auth0 Hook. #48

Open JohnVonNeumann opened 5 years ago

JohnVonNeumann commented 5 years ago

Is your feature request related to a problem? Please describe. We currently have no way of allowing Auth0 to create new users in our application, when a user registers, they continue to use the same auth0user as other users, which is a relic of the migration we currently have in our system.

Describe the solution you'd like Auth0 provides a feature called Hooks which allows operators to create code that occurs on certain actions, in this case, we can use the Post-User-Registration Extensibility Point to write a small amount of NodeJs that will use newly created users information to populate our User table in our backend application.

Describe alternatives you've considered None.

Additional context Workflow diagrams are available in trello.

Definition of Done: