/auth-vue

OIDC auth component for Vue.

Primary LanguageJavaScript

Auth-Vue

npm version github build status

OIDC authentication component for Vue application

Demo

Before running, make sure ports 8080 and 8000 are not occupied.

Run app demo

yarn demo:app

Access: http://localhost:8080/

Run resource-server demo

yarn demo:resource-server

Access: http://localhost:8000/apidocs/

Run app and resource-server concurrently

yarn demo