Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiforovAll authored Apr 29, 2024
1 parent 7aafd05 commit 49f1548
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@ Easy Authentication and Authorization with Keycloak in .NET and ASP.NET Core.

See the docs: <https://nikiforovall.github.io/keycloak-authorization-services-dotnet>

## Installation
## Getting Started

Install packages:

```bash
dotnet add package Keycloak.AuthServices.Authentication
dotnet add package Keycloak.AuthServices.Authorization
dotnet add package Keycloak.AuthServices.Sdk
dotnet add package Keycloak.AuthServices.Common
```

## Getting Started

```csharp
// Program.cs
using Keycloak.AuthServices.Authentication;
Expand Down

0 comments on commit 49f1548

Please sign in to comment.