Registration
Click to copy
Registers a new user in the system.
Flow Connections
- [Input] In - starts the block's execution.
- [Output] Out - activates when the block has finished its execution.
Data Connections
- [Input] Login (email) - email of the user used as login.
- [Input] Password (string) - password of the user in string format.
- [Input] First Name (string) - first name of the user.
- [Input] Last Name (string) - last name of the user.
- [Output] User (model) - new user model object added to the database.
- [Output] Token (string) - Bearer token of the new user. Used to authenticate the user in the application API.