Skip to content

Commit

Permalink
chore: update comment in access-authorize to reflect last change (#542)
Browse files Browse the repository at this point in the history
Motivation:
*
8b3f790#r1137440409
  • Loading branch information
gobengo authored Mar 16, 2023
1 parent b337eb2 commit d53a09a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d53a09a

Please sign in to comment.