SolidLabResearch / Challenges

24 stars 0 forks source link

Browser extension: replace unauthenticated requests with authenticated Solid requests #67

Open pheyvaer opened 2 years ago

pheyvaer commented 2 years ago

Pitch

A webpage http://example.com is only readable by WebID https://example.com/card#me. We have a browser extension that makes authenticated requests using our WebID. That way, the webpage http://example.com doesn't have to be changed to support a Solid login.

Desired solution

Acceptance criteria

Pointers

Scenarios

github-actions[bot] commented 1 year ago

Please provide a status update about this challenge. Every ongoing challenge needs at least one status update every 2 weeks. Thanks!

pheyvaer commented 1 year ago

We are currently checking

github-actions[bot] commented 1 year ago

Please provide a status update about this challenge. Every ongoing challenge needs at least one status update every 2 weeks. Thanks!

pheyvaer commented 1 year ago

The user can get log in or directly enter the ID and secret. Now, looking into intercepting the requesting and adding the correct headers.

github-actions[bot] commented 1 year ago

Please provide a status update about this challenge. Every ongoing challenge needs at least one status update every 2 weeks. Thanks!

pheyvaer commented 1 year ago

You find the work in progress at https://github.com/KNowledgeOnWebScale/solid-authentication-browser-extension

github-actions[bot] commented 1 year ago

Please provide a status update about this challenge. Every ongoing challenge needs at least one status update every 2 weeks. Thanks!

github-actions[bot] commented 1 year ago

Please provide a status update about this challenge. Every ongoing challenge needs at least one status update every 2 weeks. Thanks!

pheyvaer commented 1 year ago

We are close to a v1!

github-actions[bot] commented 1 year ago

Please provide a status update about this challenge. Every ongoing challenge needs at least one status update every 2 weeks. Thanks!

pheyvaer commented 1 year ago

We expect to have a first version this Friday. All features are already available at https://github.com/KNowledgeOnWebScale/solid-authentication-browser-extension/tree/develop

pheyvaer commented 1 year ago

The first version is available here. You find instructions on how to use it here. You find a screencast here.

bjdmeest commented 1 year ago

So: this works! :D