diff --git a/index.html b/index.html index c19e9b5..ba8c65a 100644 --- a/index.html +++ b/index.html @@ -5,9 +5,9 @@ - OpenIddict: the OpenID Connect server you'll be addicted to + OpenIddict: the OpenID Connect stack you'll be addicted to - + @@ -60,9 +60,12 @@
-

OpenIddict: the OpenID Connect server you'll be addicted to

+

OpenIddict: the OpenID Connect stack you'll be addicted to

-

OpenIddict aims at providing a simple and easy-to-use solution to implement an OpenID Connect server in any ASP.NET Core 1.x or 2.x application.

+

OpenIddict aims at providing a versatile solution to implement an OpenID Connect server and token validation in any ASP.NET Core 2.1, 3.1 and 5.0 application, +and starting in OpenIddict 3.0, any ASP.NET 4.x or OWIN application too.

+

OpenIddict fully supports the code/implicit/hybrid flows, the client credentials/resource owner password grants and the device authorization flow. You can also create your own custom grant types.

+

OpenIddict natively supports Entity Framework Core, Entity Framework 6 and MongoDB out-of-the-box, but you can also provide your own stores.

diff --git a/manifest.json b/manifest.json index 8325042..b252cbb 100644 --- a/manifest.json +++ b/manifest.json @@ -144,7 +144,7 @@ "output": { ".html": { "relative_path": "index.html", - "hash": "4FubcwH50NLqHtO75wP2Rw==" + "hash": "90S6LadQNb+o/uBlYrMuwg==" } }, "is_incremental": false,