Hello, Using Passwordless, any way to wait until consumeCodePOST is done before createNewSession is ...
s
Hello, Using Passwordless, any way to wait until consumeCodePOST is done before createNewSession is triggered? I save some data in db with consumeCodePOST and i'd like to access them when createNewSession is called. Thanks.
r
hey @Sonik yes there is - instead of overriding the API, you can override the backend function (consumeCode).
s
thanks for the prompt reply, gonna try it