转载

spring-oauth-server 0.3 发布, Oauth2 与 Spring Security 安全应用整合

6月14日上海 OSC 源创会开始报名,送机械键盘和开源无码内裤

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/

项目地址: http://git.oschina.net/shengzhao/spring-oauth-server

正文到此结束
Loading...