colin
7026261496
feat(openiddict): Add `FrontChannelLogoutUri`
2 months ago
colin
01b03d6d71
feat(openiddict): Enhance session validity checks
- `UserInfoIdentitySession` 标记为已过时
- 增加 `ValidationTokenCheckIdentitySession` 用于验证过程中检查会话
- 增加 `ServerValidationTokenCheckIdentitySession` 用于授权过程中检查会话
2 months ago
colin
41f3026f89
fix(openiddict): fix an unregistered application manager was used
2 months ago
colin
153fd0d488
feat(mapper): Use `Mapperly` instead of `AutoMapper`
2 months ago
colin
3936107340
upgrade: upgrade abp to 10.0.2
- upgrade project to net10
- upgrade abp framework to 10.0.2
3 months ago
colin
e457f5b5f4
feat: Add Aspire Integration
3 months ago
colin
b09e1cf879
fix(openiddict): Fix the potential problems of the newly built client
- After the user attempts to log in with a non-existent client Id, an error will be reported when creating a client with the same name due to cache issues
- 用户通过不存在的客户端Id尝试登录时,因缓存问题,将造成同名客户端无法新建
9 months ago
colin
36f268c970
feat(account): 账户模块增加OAuth扩展
- 增加OAuth模块 **AbpAccountOAuthModule** ,用于定义OAuth相关设置、功能.
- 重写登录视图页第三方登录区域组件
- 增加扩展登录提供者服务接口
- 增加账户模块OAuth实现模块 **AbpAccountWebOAuthModule**
- 重写OAuthHandler以实现从设置系统中读取客户端配置项 **AccountAuthenticationRequestHandler**、**IOAuthHandlerOptionsProvider**
- 增加默认第三方登录实现: GitHub、QQ、微信、企业微信、Bilibili
10 months ago
colin
775cb73b5a
feat(openiddict): 移除无用的头像标识
10 months ago
colin
d1873daf82
upgrade: upgrade abp framework to 9.1.1
12 months ago
colin
d720281bdd
feat: 增加企业微信登录
1 year ago
colin
9a785f70c1
feat(openiddict): 增加扫码登录实现
1 year ago
colin
0c5a11680b
upgrade: upgrade abp framework to 9.0.4
1 year ago
colin
188e230c7d
✨ feat(elsa): add elsa 3.0
1 year ago
colin
45902b4fc3
🐛 fix: 修复项目引用
1 year ago
colin
f7ed9564a5
feat(localization): Add missing localization texts.
1 year ago
feijie
2108dfa864
feat(docs): 添加OpenIddict模块文档
1 year ago
colin
28ea2ca4b0
feat(localization): add missing localization texts
1 year ago
colin
8dd9437b9e
fix(session): fix session cache expiration time
1 year ago
colin
d242320e2c
fix(single): fix transaction
2 years ago
colin
9ad3ff0096
Revert "修复单体项目事务不一致问题"
This reverts commit 0ad300ac07 .
2 years ago
colin
0ad300ac07
修复单体项目事务不一致问题
2 years ago
colin
96a41314bf
upgrade abp framework to 8.2.0
2 years ago
colin
c652ce61e2
upgrade: upgrade abp framework to 8.1.2
2 years ago
colin
d6032271aa
🔧 chore: use Directory.Packages.props
2 years ago
colin
8f6f6f43a0
upgrade: upgrade abp framework to 8.0.3.
2 years ago
colin
d930a572a9
upgrade: upgrade abp framework to 8.0.0
2 years ago
colin
55764d064d
feat: 提交累计更新
2 years ago
colin
4b3e302a87
fix(openiddict): fix user avatar.
2 years ago
colin
dcc1574699
fix(openiddict): Fixed some list query paging errors.
2 years ago
colin
1e107d5027
upgrade(abp): upgrade abp framework to 7.4.0
2 years ago
colin
9f275dc9c6
Resolve some problems
** fix(identity): 扩展身份认证无需刷新用户安全令牌
** feat(wechat): 企业微信设置项加入到微信设置管理模块
** fix(realtime): NotificationPublishJobArgs增加空构造函数, 以便反序列化并重新运行失败的通知作业
2 years ago
colin
3bf710fb61
Fix about openiddict
* Fixed the backend api, controlled from the manager interface.
* Complete the openiddict ui.
3 years ago
colin
e0ca0f9b2c
feat(wecom): Integrated WeCom
* See: https://developer.work.weixin.qq.com/
3 years ago
colin
ba9878d8d4
upgrade abp framework to 7.3.3
3 years ago
colin
b484dde137
fix: fix email confirm link
3 years ago
colin
1d6d62ae08
fix(openiddict): rename AbpOpenIddictClaimsPrincipalManager
3 years ago
colin
78e169acc5
upgrade: upgrade abp framework to 7.3.2
3 years ago
colin
49fe60549a
Version 7.1.1 is the last update
* add exten grant_type Portal(openiddict、identityserver)
* add entity enterprise(platform)
3 years ago
cKey
b9baa86f0a
feat(openiddict): provides the application management ui
3 years ago
cKey
6069db929d
Upgrade abp framework to 7.1.0
* fix(user): If the user information request fails, go to the login page.
* feat(migrations): Add Backend-Admin、Identity、Webhooks migrations.
* fix(elsa): fix endpoints version of the integrated Elsa.Server.Api project.
* refactor(openiddict): refactor openiddict extension grant.
* feat(saas): Add EntityVersions to Editions and Tenants entity.
* fix(text-templating): fixed invalid page lookup for templates.
* fix(text-templating): the cache is not refreshed after template changes.
* feat(webhooks): added webhooks custom interface.
* feat(webhooks): webhooks send job Sets the maximum number of failed retry attempts.
* feat(account): add the user extension field.
* feat(common): Update common.props file.
* feat(build): Update Dicrectory.Build.props file.
* feat(ui): implements the template definitions.
3 years ago
cKey
2664016c9d
upgrade abp framework to 7.0.0
3 years ago
cKey
1dea9bf423
fix issue: #726
3 years ago
cKey
2c3c76a12b
Upgrade the ABP framework to version 6.0.0
* Add OpenIddict management module.
* Add an identity server that uses OpenIddict.
* Add the identity server API that uses OpenIddict.
* LINGYUN.Abp.IdentityServer.WeChat module renamed
LINGYUN.Abp.Authentication.WeChat.
* LINGYUN.Abp.IdentityServer.QQ module renamed
LINGYUN.Abp.Authentication.QQ.
* Update Directory.Build.props.
* Update common.props.
4 years ago