Matthew Kelly
Matthew Kelly
### Describe the Change Add support on `Add-PodeRoute` for multiple values on `-Method` to be supplied, making it easier to create a Route that works on multiple Methods - much...
### Describe the Change Add support for the `AUTH` command on the SMTP server (https://www.samlogic.net/articles/smtp-commands-reference-auth.htm). At the moment the only time the socket listener calls back to Pode itself is...
Using `+=` for strings and arrays is slow, so replacing most references to `+=` in Pode could give a performance boost - even if it's small!
I've thought about this feature on and off, but finally might have something that could work. But it's totally open for comments though, so please feel free! 😄 The idea...
### Related Issues #398 ### Describe the Feature Pode has support for Basic/Windows LDAP authentication, but is currently missing NTLM auth. Looking at it, it seems very similar to Basic...
### Describe the Change Under `/docs/Hosting`, a new `NGINX.md` should be written that includes documentation on how to host Pode using NGINX. I'm not overly familiar with NGINX, but I...
### Describe the Change At present you can restrict access to routes by adding authentication - for some, like AD, you can also restrict this further by allowing certain groups....
### Describe the Change This is from #575. Could it be possible to have some `Merge-PodeAuth` function, which would allow the merging of multiple auth methods? For example: ```powershell Merge-PodeAuth...
### Describe the Change This one comes off the back of #546. While setting up the tests, I found you could run Pode using `Start-Job`. This could make it possible...
### Describe the Change Create an OpenFAAS template for Pode, in a new repo. I already started work on this one here: https://github.com/Badgerati/pode-openfaas it just needs testing and documenting. The...