Content from global filters (#1267)

* Move global filters check placement into router to add chance to pass context from global filters into handlers in the same way as it possible in other places

* Added changelog
This commit is contained in:
Alex Root Junior 2023-08-14 22:18:11 +03:00 committed by GitHub
parent 577b44cdc1
commit 8ff992bf1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 17 deletions

2
CHANGES/1266.bugfix.rst Normal file
View file

@ -0,0 +1,2 @@
Moved global filters check placement into router to add chance to pass context from global filters
into handlers in the same way as it possible in other places