Polaris
Polaris copied to clipboard
A cross-platform, minimalist web framework for PowerShell
# Polaris Feature Request ## Is your feature request related to a problem? Please describe Using Windows integrated authentication uses a popup for user authentication. ## Describe the solution you'd...
Polaris should support Https. This issue is to discuss possibilities --- ## Discussion from #106 --- TylerSiegrist Is there already HTTPS support? That should probably be added before authentication is...
# RFC #002 An unexpected usecase for Polaris has popped up recently. More so than the main use case (APIs) - Small websites and self-service portals. These are almost always...
Please provide the ability to run Polaris as a service
If we create a branch called gh-pages index.html from that branch will be served at http://PowerShell.github.io/Polaris which would be sweet - [x] Intro to Polaris / what is Polaris? -...
https://github.com/psake/PowerShellBuild PSSA, PlatyPS, Pester baked in... what's not to love??
What's the possibility of having a cmdlet parser from an allowed list that Polaris read's those cmdlets, figures out the parameters and output of said cmdlet and then auto-creates a...
- [x] Ensure every function parameter is has a description - [x] Ensure every function has at least 2 examples with description of what the code will do - [x]...
This issue occurs in the repository from @Tiberriver256 . This does occur in the default example.ps1 when accessing index.html. A script block in New-PolarisStaticRoute references the PolarisResponse class but it...
This is possible with middleware but it's not apparent. We essentially need to do what Passport did for Expressjs