El Bouchaibi Yassine

Results 8 issues of El Bouchaibi Yassine

Hey, this is a feature request and I would possibly want to work on it as I'm looking for simple stuff to do on my free time. Basically what I'm...

enhancement

**🚀 Feature Request** Dependency injection of Services in Auth handler and Middleware. This is useful to access config, db session instance and many other things in these handlers. Maybe there...

enhancement
document

**🚀 Feature Request** Ability to set a single handler for all exceptions that inherit from a base exception. However, the exception handler mapper would need to always resolve to the...

needs docs

**🚀 Feature Request** Allow overriding default exception handler for Unhandled Exception. #### Implementation suggestion : https://github.com/Neoteroi/BlackSheep/blob/main/blacksheep/baseapp.pyx#L132 Could be done by looking for something like `500` or `"DEFAULT"` in the `exceptions_handlers`....

Either we add something like this in config: ```js config: { ... secret: { headerKey: "X-Hub-Signature", hash: "sha1", secret: "SomeSecret", }, ... } ``` and add something like this ```js...

enhancement

Not tested yet, will edit when tested. Resolves https://github.com/ComfortablyCoding/strapi-plugin-website-builder/issues/10

This MR fixes #879 ## Motivation and Context Wildcard added to `cors.allow_origins` won't work without this MR as `AllowWildcard` is always `false`. Let me know if my PR is missing...

router
Stale

router v0.92.3 ## Description Using only a `config.yaml` to setup the router, it is impossible to make use of wildcards in `cors.allow_origins` as `AllowWildcard` is never set and therefore `parseWildcardRules()`...

internally-reviewed