Hello, Using Passwordless, any way to wait until c...
# support-questions-legacy
m
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 @masterofpoupette yes there is - instead of overriding the API, you can override the backend function (consumeCode).
m
thanks for the prompt reply, gonna try it