Authorization

Checks if a given auth token exists and returns the user associated with it.

Flow Connections

  • [Input] In - starts the block's execution.

  • [Output] Out - activates when the block has finished its execution.

Data Connections

  • [Input] Token (string) - Bearer token of the user.

  • [Output] User (model) - user model object stored in the database.

Last updated