Pode
Pode copied to clipboard
Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers
### 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...
### Question I know Pode has a config file, Is this a good start where we can define initialize DB and start using from .pode files ?
  I have put disabletermination there, but it seems not work as I expected, I remembered 2.5.2 works fine. Thanks Eric Xin
### Question I'm trying to create a Pode Service that shall serve as Forward Auth Proxy for the docker based reverse proxy called Traefik2. Based on the docs I got...
### Describe the Change I'd like to use SASS or LESS with Pode. At the moment, the documentation isn't super clear about how best to accomplish this. I would imagine...
### 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...
### Question Hi, I want to know is Pode able receive the optional claims information was set in Azure AD to pass? If yes, how to do it? I tried...
### 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 Feature I would like to know if it's possible or maybe it could be a nice feature. I would like to register my Pode server with a...