Skip to content

MyForest/issue-access-grant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

issue-access-grant

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:

Screenshot of the application

Run locally

Loosen security

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/",
    "http: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.

Install

npm install

Run

This will open up in a browser on localhost:

npm build && npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages