Skip to content

BeniceSoft/OpenAuthing

Repository files navigation

OpenAuthing

✨ 开源身份云平台

starts commit

关键特性如何使用License

Home

Login Page

Demo

访问体验地址开始体验

用户名: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.

🪪 License

Apache-2.0


Releases

No releases published

Languages