Skip to content

Commit

Permalink
Add projects description
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiforovAll committed May 5, 2024
1 parent bc7bd82 commit fdd72c2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup Label="Package">
<Product>Keycloak.AuthServices.Authentication</Product>
<Description>OICD Authentication; JWT Bearer Authentication for Keycloak</Description>
<Description>Simple and configurable JWT Bearer Authentication for Web APIs and OIDC+Cookie Authentication for Web Apps.</Description>
<PackageTags>Keycloak;Authentication;Authrorization;authserver;JWT;OICD;jwt-authentication</PackageTags>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<PropertyGroup Label="Package">
<Product>Keycloak.AuthServices.Authorization</Product>
<Description>Keycloak Authorization Server integration. Decision + Rpt</Description>
<PackageTags>Keycloak;Authrorization;authserver</PackageTags>
<Description>Adds Keycloak Authorization - including RBAC, Authorization Server, Claims Transformation and more.</Description>
<PackageTags>Keycloak;Authrorization;AuthorizationServer;RBAC</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup Label="Package">
<Product>Keycloak.AuthServices.Common</Product>
<Description>Utils for Keycloak.AuthServices</Description>
<Description>Base library for Keycloak.AuthServices packages</Description>
</PropertyGroup>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@

<PropertyGroup Label="Package">
<Product>Keycloak.AuthServices.Sdk.Kiota</Product>
<Description>Keycloak HTTP Admin API SDK</Description>
<PackageTags>Keycloak;SDK;HttpClient;KeycloakAdminAPI</PackageTags>
<Description>Keycloak HTTP Admin API generated by Kiota</Description>
<PackageTags>Keycloak;KeycloakAdminAPI;HttpClient</PackageTags>
<MinVerSkip>true</MinVerSkip>
<Version>24.0.1</Version>
</PropertyGroup>



<ItemGroup>
<ProjectReference Include="..\Keycloak.AuthServices.Common\Keycloak.AuthServices.Common.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<PropertyGroup Label="Package">
<Product>Keycloak.AuthServices.Sdk</Product>
<Description>HttpClient integration with Keycloak. HTTP Client SDK</Description>
<PackageTags>Keycloak;authserver;http-sdk</PackageTags>
<Description>HttpClient integration with Keycloak. Includes HTTP Admin REST API, Protection API. </Description>
<PackageTags>Keycloak;KeycloakAdminAPI;ProtectionAPI;HttpClient</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit fdd72c2

Please sign in to comment.