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
rp_st
06/28/2023, 1:02 PM
hey @masterofpoupette yes there is - instead of overriding the API, you can override the backend function (consumeCode).