You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor API spec augmentation to middleware
* Breakout middleware into separate files
* Rename middleware
* Reorg
* chore: reorg imports
* Mv auth to middleware, rework url patterns to regex
* fix: pass empty chunks while waiting for entirety of body
* Rm scope scheck in auth enforcement
* typing cleanup
* fix: extract user from request state
* Rm auth class in favor of middleware
* Rework template tooling as dataclass
* cleanup: rm unused code
* Cleanup
* CQL2 Middleware: in progress
* In progress
* Update tests
* Take care to separate GET and POST middleware behavior
* Conditionally enable CQL2 filters
+ cleanup
* Add formatting helpers
* Test tweaks
* Fix querystring parse test util
* bugfix: place auth middleware after cql2 middleware to ensure correct order
* Allow customizing state key
* Minor update to auth token
* pre-commit cleanup
* Rm unused code
0 commit comments