Skip to content

v0.3.6

Compare
Choose a tag to compare
@fivesmallq fivesmallq released this 19 Oct 02:47
· 13 commits to master since this release
  • support custom claims
  • support response write cookie to client and check token use cookie
  • add claims and currentUserId method in BaseController, if you added @secure to your action, Secure will set claims and user id.
  • allow set current user id in dev mode
  • fix read string or other primitive types to list error.
  • fix default error http response content type
  • add method to handle mock data
  • fix: only gzip text,json,xml format