← Voltar para Flows

Login Flow

Name
Login Flow
Description
Login via Web App e validação do token para acessar recursos protegidos.
Validated
Not Validated

Steps

  1. 1
    loginUser(INNK Auth Service)
    Input Mapping
    email: "$trigger.email"
    password: "$trigger.password"
    returnSecureToken: true
    Output Handlers
    Output KeyNext StepBranch To FlowMerge To Context
    successStep 2: verifyTokenYes
  2. 2
    verifyToken(INNK Auth Service)
    Input Mapping
    token: "$step1.token"
    checkRevoked: true
    Output Handlers
    Output KeyNext StepBranch To FlowMerge To Context
    successYes