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

chore: update comment in access-authorize to reflect last change #542

Merged
merged 2 commits into from
Mar 16, 2023
Merged
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
2 changes: 1 addition & 1 deletion packages/access-api/src/service/access-authorize.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { delegationToString } from '@web3-storage/access/encoding'
export function accessAuthorizeProvider(ctx) {
return Server.provide(Access.authorize, async ({ capability }) => {
/**
* We delegate to the account DID `access/confirm` capability which will
* We issue `access/confirm` invocation which will
* get embedded in the URL that we send to the user. When user clicks the
* link we'll get this delegation back in the `/validate-email` endpoint
* which will allow us to verify that it was the user who clicked the link
Expand Down