This simplistic application allows you to issue an Access Grant for your Solid Resources.
You can find it online at myforest.com/issue-access-grant.
It looks something like this:
Allow local redirects to client-identifier.json when logging in.
Here we are allowing redirects to localhost:
"redirect_uris": [
"https://myforest.com/issue-access-grant/",
"https://localhost:8080/"
],
Note that the OpenID server is likely to cache this document, so if you alter it then you'll need to wait for the cache to expire before it'll work.
npm install
This will open up in a browser on localhost:
npm build && npm start