Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
matrix-org
/
matrix-js-sdk
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
647
Star
1.9k
Code
Issues
241
Pull requests
14
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
QR code reciprocation
#1297
Merged
bwindels
merged 16 commits into
develop
matrix-org/matrix-js-sdk:develop
from
bwindels/qr-reciprocate
matrix-org/matrix-js-sdk:bwindels/qr-reciprocate
Copy head branch name to clipboard
Apr 3, 2020
Conversation
Commits
16
(16)
Checks
Files changed
Merged
QR code reciprocation
#1297
bwindels
merged 16 commits into
develop
matrix-org/matrix-js-sdk:develop
from
bwindels/qr-reciprocate
matrix-org/matrix-js-sdk:bwindels/qr-reciprocate
Copy head branch name to clipboard
Commits
Commits on Apr 1, 2020
Add QR code buffer generation to VerificationRequest (from react-sdk)
Show description for 725976d
bwindels
committed
725976d
Copy full SHA for 725976d
keep a copy of the master/device key and mode, for use in reciprocate
bwindels
committed
b642030
Copy full SHA for b642030
checking the userid isn't a thing anymore AFAIK
bwindels
committed
b30f278
Copy full SHA for b30f278
ask the user if the other user scanned the QR code
bwindels
committed
2c54b8d
Copy full SHA for 2c54b8d
reuse keys from qr code data to sign
Show description for d7a7100
bwindels
committed
d7a7100
Copy full SHA for d7a7100
move shared secret to QRCodeData
bwindels
committed
2c7ea06
Copy full SHA for 2c7ea06
expose chosen method after request has started
Show description for f97d413
bwindels
committed
f97d413
Copy full SHA for f97d413
spec recommends 11 random bytes for shared secret
bwindels
committed
275ea6a
Copy full SHA for 275ea6a
fix olmlib import
bwindels
committed
b670887
Copy full SHA for b670887
update comments
bwindels
committed
c2a0504
Copy full SHA for c2a0504
Use static constructor that can be async (as looking up device is async)
Show description for ed210a4
bwindels
committed
ed210a4
Copy full SHA for ed210a4
Ignore phase while checking if other party supports scanning
Show description for fd7f0c3
bwindels
committed
fd7f0c3
Copy full SHA for fd7f0c3
Commits on Apr 2, 2020
explain a bit why we're doing things here
bwindels
committed
544cc36
Copy full SHA for 544cc36
cancel with m.user code when user doesn't reciprocate
bwindels
committed
6144962
Copy full SHA for 6144962
remove ts annotations as I don't want to convert the whole file now
bwindels
committed
43eae49
Copy full SHA for 43eae49
fix jsdoc
bwindels
committed
f3a05f6
Copy full SHA for f3a05f6
You can’t perform that action at this time.