Matthew Kelly

Results 67 issues of 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...

enhancement :arrow_up:
server:http :desktop_computer:

### 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...

enhancement :arrow_up:
story-points: 8
priority: medium

Using `+=` for strings and arrays is slow, so replacing most references to `+=` in Pode could give a performance boost - even if it's small!

internal-code :hammer:

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...

feature :sunny:
investigation :mag:
discussion :speech_balloon:

### 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...

feature :sunny:
authentication :closed_lock_with_key:

### 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...

documentation :book:
hacktoberfest

### 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....

enhancement :arrow_up:
authentication :closed_lock_with_key:

### 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...

enhancement :arrow_up:
investigation :mag:
authentication :closed_lock_with_key:

### 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...

enhancement :arrow_up:
investigation :mag:
backlog :scroll:

### 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...

documentation :book:
serverless :cloud:
hosting :desktop_computer:
backlog :scroll: