nicktgn
05/17/2023, 10:42 AMsigninup
and authorisationurl
. My assumption is that I have to call authorisationurl
API first to get the redirect to the thirdparty provider and then call signinup
once I get authorisation code from provider. Is that the correct flow?
Also the url returned by authorisationurl
does not include either redirect_uri
or state
parameters. Are these supposed to be added my me on the FE manually? Does Supertokens provide any mechanism of handling state
and / or nonce
verification ?
Thanks.rp_st
05/17/2023, 11:13 AMrp_st
05/17/2023, 11:14 AMauthorisationurl
at all.nicktgn
05/17/2023, 11:17 AMrp_st
05/17/2023, 11:18 AMrp_st
05/17/2023, 11:19 AMnicktgn
05/17/2023, 11:23 AM