You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
785 B
785 B
LINGYUN.Abp.Identity.WeChat
WeChat user identity integration module, providing integration between WeChat users and the ABP Identity system.
Features
- WeChat user identity integration
- Support synchronizing WeChat user information to Identity system
- Support for WeChat UnionId mechanism
- Support automatic user creation
Module Reference
[DependsOn(typeof(AbpIdentityWeChatModule))]
public class YouProjectModule : AbpModule
{
// other
}
Configuration
{
"Identity": {
"WeChat": {
"CreateUserIfNotExist": true, // Whether to automatically create user if not exists
"UpdateUserIfExist": true // Whether to update user information if exists
}
}
}