i moved log user in to backend WF and it didn’t work like this …
if anyone know what the problem ?
no one know
Hi @pubgmobil200000
As far as I know, you cannot use the Log in
action from the backend workflows because it could be triggered by a non-human user (such as another app using APIs)
What is the use-case you’re trying to solve here?
thank you for your response @vnihoul77 ,
case i have :
to make user is log in it required email and verification number
i make log in in client side after verification is true but password is static so i have to move it to server side what i have to do in this case ?