Skip to content

Commit

Permalink
Add plug for DCP to readme (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo authored Jun 18, 2024
1 parent 2f056cb commit 1232184
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,6 +1,6 @@
# Overview

This repository provides an implementation of Duo's current API authentication scheme independent of any HTTP/REST client.
This repository provides an implementation of Duo's current API authentication scheme independent of any HTTP/REST client. If you want a full Python client for the Duo API, see [duo_client_python](https://github.com/duosecurity/duo_client_python) instead.

Currently this supports the Auth API, Admin API, and Accounts API.

Expand Down Expand Up @@ -97,4 +97,4 @@ python -m unittest discover test/

```
python -m flake8
```
```

0 comments on commit 1232184

Please sign in to comment.