Skip to content
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

Frame access controls #61

Merged
merged 5 commits into from
Feb 7, 2024
Merged

Frame access controls #61

merged 5 commits into from
Feb 7, 2024

Conversation

mariusandra
Copy link
Collaborator

@mariusandra mariusandra commented Feb 7, 2024

Adds an access key for talking to the frame, plus access controls:

  • Private (default): You need a key to both view and control the frame.
  • Protected: Everyone can view the frame's image, but you need the access key to update content.
  • Public: Everyone can view or control the frame without a key. This makes for the smallest QR codes.

The traffic still goes over unsecured HTTP, so it's not a silver bullet, but a start.

The access key is appended to the URL in the interface and on QR codes when needed

image image

@mariusandra mariusandra mentioned this pull request Feb 7, 2024
@mariusandra mariusandra merged commit a8cc568 into main Feb 7, 2024
1 check passed
@mariusandra mariusandra deleted the frame-api-key branch February 7, 2024 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant