Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 552 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 552 Bytes

Lucy-SSO-Framework

a SSO framework based on identityserver3,and integrated with mvc,web api,also app can join up

更新日志

2017-10-17

  • 创建项目
  • 添加数据库备份
  • 统一newtonsoft.json版本
  • api获取用户的Claim信息

2017-10-24

  • 添加一些重要的注释
  • 添加分享的文档

2017-10-25

  • 添加Lucy.MVC1-Hybrid flow,实现两个MVC客户端在同一浏览器单点登录
  • 使用angular自定义登录页面

2017-11-1

  • 添加Lucy.Servers.Template,使用t4模板代码生成器,自己写的模板,研究时间短,比较简陋

2017-12-14

  • 添加Lucy.Test基于xunit和moq的单元测试项目