Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide authored Dec 20, 2024
1 parent a5f706a commit a407114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Token-based Authentication Providers for Redis Java clients

This extension provides Token-based Authentication for Redis Java client libraries([lettuce](https://github.com/redis/lettuce) and [Jedis](https://github.com/redis/jedis)) to support token-based authentication.
This extension provides Token-based Authentication for Redis Java client libraries: [lettuce](https://github.com/redis/lettuce) and [Jedis](https://github.com/redis/jedis)

## Microsoft Entra ID provider

### Installation
To install the Java packages, add the following dependencies to your `pom.xml` file if you're using Maven:
To install the Entra ID provider, add the following dependencies to your `pom.xml` file if you're using Maven:
```xml
<dependency>
<groupId>redis.clients.authentication</groupId>
Expand Down

0 comments on commit a407114

Please sign in to comment.