You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -13,7 +11,7 @@ that need a unified point of entry into their system. However it will work with
13
11
14
12
In particular I want easy integration with IdentityServer reference and bearer tokens.
15
13
16
-
We have been unable to find this in my current workplacewithout having to write our own Javascript middlewares to handle the IdentityServer reference tokens. We would rather use the IdentityServer code that already existsto do this.
14
+
We have been unable to find this in my current workplace without having to write our own Javascript middlewares to handle the IdentityServer reference tokens. We would rather use the IdentityServer code that already exists to do this.
17
15
18
16
Ocelot is a bunch of middlewares in a specific order.
19
17
@@ -43,7 +41,7 @@ A quick list of Ocelot's capabilities for more information see the [documentatio
43
41
44
42
## How to install
45
43
46
-
Ocelot is designed to work with ASP.NET Core only and it targets `netcoreapp3.1`.
44
+
Ocelot is designed to work with ASP.NET and it targets `net7.0`.
47
45
48
46
Install Ocelot and it's dependencies using NuGet.
49
47
@@ -81,4 +79,4 @@ If you think this project is worth supporting financially please make a contribu
81
79
82
80
## Things that are currently annoying me
83
81
84
-
[ Get more details at **codescene.io**.](https://codescene.io/projects/697/jobs/latest-successful/results)
82
+
[ Get more details at **codescene.io**.](https://codescene.io/projects/697/jobs/latest-successful/results)
var request =newSystem.Net.Http.HttpRequestMessage(newSystem.Net.Http.HttpMethod("Patch"),$"https://api.github.com/repos/ThreeMammals/Ocelot/releases/{releaseId}");
0 commit comments