Web app to generate a pryv app access token
Pass a register name in the query parameter: http://pryv.github.io/app-web-access/?pryvServiceInfoUrl={Url to service ino} as per the Autoconfiguration guidelines
Example: http://pryv.github.io/app-web-access/?pryvServiceInfoUrl=https://reg.pryv.me/service/info
- Auth app URL: request a specific auth (consent) app instead of the platform's default. The value is sent as
authUrlin the access request; the platform only honors it if it matches one of itsaccess:trustedAuthUrlsentries — otherwise the request is rejected withinvalid-parameters.
Prerequisites: node & npm
- Download dependencies with
npm install. - Generate web app into
dist/withnpm run build(esbuild;npm run watchto rebuild on change). - Run the npm server with
npm run webserver. - Open https://l.rec.la:4444/
- Publish to GitHub Pages with
npm run gh-pages.