8000 GitHub - cocosip/casdoor at ts
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from casdoor/casdoor

An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA and RADIUS

License

Notifications You must be signed in to change notification settings

cocosip/casdoor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Casdoor

Development

Prerequisites

Go (1.15 or later) MySQL (5.8 or higher) Node.js (version 8 or higher) Yarn

Initialize project

Create a database named casdoor.

CREATE DATABASE IF NOT EXISTS casdoor default charset utf8 COLLATE utf8_general_ci

Configure database source in the .env file. If you have not copied the .env.template file to a new file named .env, which should now be performed.

Run project

backend

go run cmd/main.go

frontend

cd web
yarn
yarn start

About

An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA and RADIUS

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.7%
  • HTML 0.4%
  • Makefile 0.3%
  • Less 0.2%
  • Dockerfile 0.2%
  • CSS 0.1%
  • Shell 0.1%
0