Skip to content

1.5.0

Compare
Choose a tag to compare
@gdlcf88 gdlcf88 released this 03 Dec 20:45
· 99 commits to master since this release
8c66b73

Breaking Changes

  • LoginInputPcLoginInput 都新增了 Scope 入参,请传入合适的值。例如在 Sample 项目中,可以传入 WeChatManagementSample,如果不指定,访问与 Scope 相关 API 接口时,则 ABP 框架认定当前登录态不拥有操作权限。
  • 为避免 Claim appid 与其他模块或应用设计冲突,修改其名称为 wechat_appid

What's Changed

  • Add the Scope login input and rename the claim from appid to wechat_appid by @gdlcf88 in #59

Full Changelog: 1.4.3...1.5.0