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

Add usage examples to homepage #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/routes/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ This setup has several advantages:

UCANs are all you need to sign into multiple machines, delegate access for service providers to do things while you are offline, securely collaborate on documents with a team, and more. You get the flexibility of fine- or coarse-grained control, all controlled by the one who cares about the data the most: the user.

We've implemented this as the authorization system for Fission, and are also making this available as a building block for developers to solve user authorization and delegation within their own applications.
We are making this available as a building block for developers to solve user authorization and delegation within their own applications.

UCANs are used by:
- [Web3.storage](https://web3.storage/), for delegating access to decentralized storage for thousands of developers ([blog post](https://blog.web3.storage/posts/intro-to-ucan))
- [WNFS](https://guide.fission.codes/developers/webnative/file-system-wnfs), for access to mutable resources ([forum post](https://talk.fission.codes/t/ucans-wnfs-and-ipfs-security-broadly/1312))
- Magazine publishers, to authorize discounts across business units for millions of subscribers

<h2>The UCAN data structure</h2>

Expand Down