Hello,
I’m trying to create a webauthn sign up / sign in flow.
No problem to create with stytch API, but I encounter a small issue with the UX.
When the user sign up, it need to register, then to authenticate to get the session_jwt as return of the webauthn/authenticate endpoint. It mean that the user need to do 2 signatures.
Is there any way to send back the session_jwt after the register endpoint ? It would need only 1 signature, and improve the onboarding flow.
Best regards