From bf28a4de966596aa884027e125c7d7eec3bc46fe Mon Sep 17 00:00:00 2001 From: lishengzhao Date: Fri, 15 May 2015 16:27:49 +0800 Subject: [PATCH] 00007 Security implement different privilege --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 733f353..1ba64b7 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,9 @@ [CREATED]

+
  • #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)

  • #91 - User log4j replace logback dependency

  • #93 - 将默认的 oauth_code存入数据库(当前是存入内存)