spring-oauth-server 0.3版本发布, spring-oauth-server 是一个整合Oauth2与Spring Security的安全应用项目,是从https://github.com/spring-projects/spring-security-oauth/tree/master/spring-security-oauth2扩展的符合实际项目需要的示例项目.
0.3 版本是项目创建后的第一个重大版本, 更新内容如下:
-
#74 – oauth mysql ddl add create_time, default is now()
-
#75 – Add user information API, for spring-oauth-client project use
-
#77 – User add Privilege domain. Addition initial two user: unityuser(ROLE_UNITY),mobileuser(“ROLE_MOBILE). If default user, return all privilegs, otherwise return specify privilege(s)
-
#78 – Initial ‘sprint-oauth-client’ project(maven), add sub-modules#78 – Initial ‘sprint-oauth-client’ project(maven), add sub-modules
-
#91 – User log4j replace logback dependency
-
#92 – Add database table column description. (添加数据库表的字段说明)
-
#93 – 将默认的 oauth_code存入数据库(当前是存入内存)
-
spring-oauth-server project add Bootstrap CSS
-
#95 – Add ‘client-details’ management; create/delete, show testing links
0.3版本访问地址: http://git.oschina.net/shengzhao/spring-oauth-server/tree/0.3/