iJzFan / GracefulTear

An open source common PMS based on IdentityServer 4 proudly developed by Community Development Team of NCC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MicroServiceDemo的注册、登录与授权服务

  • .NET CORE SDK >= 2.0
  • Visual Studio 2017 Community or JetBrains Rider 2017.3

开发说明

  • 设置 Auth 为启动项目

  • 在 Package Manager Console 中运行如下命令

      add-migration Auth -c AuthDbContext
      add-migration Id4Configuration -c ConfigurationDbContext
      add-migration Id4PersistedGrants -c PersistedGrantDbContext
    
  • 执行成功后再运行

      update-database -Context AuthDbContext
      update-database -Context PersistedGrantDbContext
      update-database -Context ConfigurationDbContext
    

About

An open source common PMS based on IdentityServer 4 proudly developed by Community Development Team of NCC.

License:MIT License


Languages

Language:C# 99.7%Language:CSS 0.3%Language:JavaScript 0.0%