post https://withpaper.com/api/2022-08-12/embedded-wallet/paperconnect-login
This API generates a one-time login URL that allows a user to sign in.
- Your backend calls this API to get a PaperConnect login URL.
- Your frontend navigates the user to this URL.
- When the user completes the form, they will be redirected to
redirectUrl
with a temporary access token as a query parameter. - Your backend should exchange this temporary access token for a verified payload by calling Get User Details by Access Token.
See PaperConnect for more details.