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.
733 B
733 B
LINGYUN.Abp.Security
Module Description
Extends the Abp Security module, providing additional security features.
Base Modules
- Volo.Abp.Security
Features
- Provides JWT Claims type mapping functionality
- Extends standard JWT Claims type definitions
Configuration
No special configuration items
How to Use
- Add
AbpSecurityModuledependency
[DependsOn(typeof(AbpSecurityModule))]
public class YouProjectModule : AbpModule
{
}
- Use JWT Claims mapping
// JWT Claims type mapping is done automatically, no manual configuration needed
// If you need custom mapping, you can configure it in the module's ConfigureServices method