mirror of https://github.com/abpframework/abp.git
Browse Source
Introduced an extension point to allow consumers to implement their own authorization logic while preserving existing framework-level checks. This change enables method-level authorization to be overridden or extended through DI-friendly services, addressing the limitation caused by non-virtual methods and providing a clean, maintainable customization path.pull/24424/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue