-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QRCode Auth: Support WP.com Login #16481
Comments
3 tasks
This was referenced May 18, 2022
This was referenced Jun 3, 2022
This was referenced Jun 13, 2022
This was referenced Jun 21, 2022
Feature is releasing with 20.2 and is guarded with a Firebase remote config flag. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the main project issue for supporting WordPress.com login by QR Code
Additional project information available here.
Implement Auth flow
Implement Scanning of QR Code into Auth Flow
Implement Deep Linking
apps
domain and hidden.well-known
directory under it forassetlinks.json
. This has to be deployed before any testing can be beginNote: Thank about strategy for maintaining state when a deep link occurs and the app was already open OR if it's needed at all.
Support in Jetpack Only
Bugs
Post Implementation - not required for launch
Remove
viewModelScope.launch
inpostUiState
- needs testing to ensure updates are not missedRemove the 'invalid-data` check in FluxC, as the error comes back as a 401 and not a 400
Deployment Preparation
qrcode_auth_flow_remote_field
Future
The text was updated successfully, but these errors were encountered: