Saturn icon indicating copy to clipboard operation
Saturn copied to clipboard

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern

Results 57 Saturn issues
Sort by recently updated
recently updated
newest added

Hello, How does one define distinct routes at the same level of the hierarchy with different authentication/authorization requirements? For example, how would one define the following: - `/api/v1/ping` : completely...

This pull request aims at adding the support for the URL Rewriting Middleware: https://learn.microsoft.com/en-us/aspnet/core/fundamentals/url-rewriting?view=aspnetcore-6.0. The goal is to be able to add rewrite options directly from the ApplicationBuilder: ```fsharp let...

This adds a failure, when `use_router` is called a second time, or `use_router` after `no_router` (or the other way around). This is to avoid confusion: When a second (or more)...

adds quick start to main html with code, sample for main idea, so that users have a quick way to start before diving into nested doc pages

## Description: With this PR, I'm updating the `FSharp.Control.Websockets` package version to 0.3.0 so we can use WebSockets again. Btw, this issue is currently blocking me with some code. ##...

The Saturn Framework Documentation website desperately needs to be updated. Both the website UI and actual documentation needs to be better. Docs need to include all latest updates on the...

Fixes: ``` No templates or subcommands found matching: 'saturn'. Did you mean one of the following templates? dotnet new Saturn ... ```