访问体验地址开始体验
用户名:
admin
密码:123abc!
- SSO
- 动态外部身份源
- MFA
- 数据权限
- 组织管理
- 用户&角色
- 现代UI
To clone and run this application, you'll need Git、.NET and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/BeniceSoft/OpenAuthing --recursive
在项目根目录下打开终端
# Go into the repository
$ cd OpenAuthing
# Install packages
$ dotnet restore
# Start AdminUI
$ cd AdminUI
# Install dependencies
$ npm install
# Run the app
$ npm start
Note If you're using Linux Bash for Windows, see this guide or use
node
from the command prompt.
Apache-2.0