You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
Hello, I was thinking if we possibly could make the user easier authentication from the webapp, on his mobile.
For example: if I am logged in already on the webapp, I can easily scan the QR Code, contains my identity, and automatically login with this identity on react-native app.
I was looking on iOS SDK, I saw that BlockstackSDK.signIn(); calls makeAuthRequest function, that takes the payload back from the browser and decode it and then calls Auth.handleAuthResponse(authResponse, transitPrivateKey).
Since the identity on Blockstack authentication holds the authResponse and transitPrivateKey, why not exporting Auth.handleAuthResponse(authResponse, transitPrivateKey) and make the QR code holds the authResponse and transitPrivateKey, then we can join the app?
It's a suggestion, I know it would be really helpful for users to easy authenticate with their identity!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I was thinking if we possibly could make the user easier authentication from the webapp, on his mobile.
For example: if I am logged in already on the webapp, I can easily scan the QR Code, contains my identity, and automatically login with this identity on react-native app.
I was looking on iOS SDK, I saw that
BlockstackSDK.signIn();
calls makeAuthRequest function, that takes the payload back from the browser and decode it and then callsAuth.handleAuthResponse(authResponse, transitPrivateKey)
.Since the identity on Blockstack authentication holds the authResponse and transitPrivateKey, why not exporting
Auth.handleAuthResponse(authResponse, transitPrivateKey)
and make the QR code holds the authResponse and transitPrivateKey, then we can join the app?It's a suggestion, I know it would be really helpful for users to easy authenticate with their identity!
The text was updated successfully, but these errors were encountered: