File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Saturn.Extensions.HttpSys
Saturn.Extensions.OpenIdConnect
Saturn.Extensions.Turbolinks Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ open Microsoft.AspNetCore.Hosting
55open Microsoft.Extensions .DependencyInjection
66open Microsoft.AspNetCore .Server .HttpSys
77
8- type ApplicationBuilder with
8+ type Saturn.Application. ApplicationBuilder with
99
1010 [<CustomOperation( " use_httpsys" ) >]
1111 member __.UseHttpSys ( state ) =
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module OpenId =
1616 c.AddCookie() |> ignore
1717
1818 // Extend Saturn's application { ... } computation expression
19- type ApplicationBuilder with
19+ type Saturn.Application. ApplicationBuilder with
2020 /// Enables OpenId authentication with custom configuration
2121 [<CustomOperation( " use_open_id_auth_with_config" ) >]
2222 member __.UseOpenIdAuthWithConfig ( state : ApplicationState , ( config : Action < OpenIdConnect.OpenIdConnectOptions >)) =
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ type TurbolinksMiddleware (next: RequestDelegate) =
4848 ), ctx)
4949 next.Invoke( ctx)
5050
51- type ApplicationBuilder with
51+ type Saturn.Application. ApplicationBuilder with
5252
5353 [<CustomOperation( " use_turbolinks" ) >]
5454 ///Enable turbolinks supports for whole application (all endpoints)
You can’t perform that action at this time.
0 commit comments