passwordless icon indicating copy to clipboard operation
passwordless copied to clipboard

Behaviour of acceptToken

Open renjithsasidharan opened this issue 6 years ago • 1 comments

acceptToken does not throw any error if the token is invalid, so how do you validate a token that is received via a delivery method (ex: SMS)?

renjithsasidharan avatar Jul 26 '18 18:07 renjithsasidharan

true, have the same issue. What I am doing is I am checking if req.user is set, which is done on success. But it shouldn't be handled that way, Error should be thrown.

friko16 avatar Dec 20 '18 11:12 friko16