Skip to content

Commit

Permalink
feat: Rewrite TokenOwnershipValidator behaviour to remove @rdfjs/fetc…
Browse files Browse the repository at this point in the history
…h dependency
  • Loading branch information
joachimvh committed Aug 2, 2021
1 parent 9d337ba commit 63e8857
Show file tree
Hide file tree
Showing 10 changed files with 201 additions and 1,282 deletions.
1 change: 1 addition & 0 deletions config/identity/ownership/token.json
Expand Up @@ -5,6 +5,7 @@
"comment": "Determines WebID ownership by requesting a specific value to be added to the WebID document",
"@id": "urn:solid-server:auth:password:OwnershipValidator",
"@type": "TokenOwnershipValidator",
"converter": { "@id": "urn:solid-server:default:RepresentationConverter" },
"storage": { "@id": "urn:solid-server:default:ExpiringIdpStorage" }
}
]
Expand Down

0 comments on commit 63e8857

Please sign in to comment.