Skip to content
Snippets Groups Projects

VPU Auth Web Component

GitLab Repository

Local development

npm install

# constantly builds dist/bundle.js 
npm run watch-local

# run local webserver
cd dist; php -S localhost:8002

Jump to http://localhost:8002 and you should get a Single Sign On login page.