项目作者: tiwater

项目描述 :
OIDC auth component for Vue.
高级语言: JavaScript
项目地址: git://github.com/tiwater/auth-vue.git
创建时间: 2021-05-07T16:55:05Z
项目社区:https://github.com/tiwater/auth-vue

开源协议:

下载


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

  1. yarn demo:app

Access: http://localhost:8080/

Run resource-server demo

  1. yarn demo:resource-server

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

Run app and resource-server concurrently

  1. yarn demo