Skip to content

hypermine-bc/hs-playground

Repository files navigation

Hypersign Playground (hs-playground)

Its a playground to test Hypersign Authentication

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Deploy to git-pages

quasar build
cp /dist/spa/ ../../hypermine-bc.github.io/

Setup hypersign

Open quasar.conf.js
Look for ``build``
in that add a new variable called ```hypersign```
{
    url: 'http://localhost:8080/auth',
    realm: 'hypermine',
    clientId: 'hs-playground'
}

About

A playground to test hypersign Authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published