Polaris icon indicating copy to clipboard operation
Polaris copied to clipboard

A cross-platform, minimalist web framework for PowerShell

Results 32 Polaris issues
Sort by recently updated
recently updated
newest added

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

enhancement
Examples and Documentation

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

RFC

Please provide the ability to run Polaris as a service

enhancement
Examples and Documentation

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

Examples and Documentation

https://github.com/psake/PowerShellBuild PSSA, PlatyPS, Pester baked in... what's not to love??

Maintenance

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

enhancement

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

Examples and Documentation

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

Examples and Documentation

This is possible with middleware but it's not apparent. We essentially need to do what Passport did for Expressjs

Examples and Documentation