Skip to content

Commit cfc5b30

Browse files
committed
Update readme
1 parent 16bdab7 commit cfc5b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
[![release](https://img.shields.io/github/release-pre/cloudentity/oauth2c.svg)](https://github.com/cloudentity/oauth2c/releases)
66
[![downloads](https://img.shields.io/github/downloads/cloudentity/oauth2c/total)](https://github.com/cloudentity/oauth2c/releases)
77

8-
`oauth2c` is a command-line tool for authenticating with OAuth2 providers. It supports all modern OAuth2 grant types and client authentication methods, allowing users to easily authenticate and access an OAuth2 provider's API.
8+
`oauth2c` provides a simple and intuitive interface that allows developers to quickly and easily experiment with different grant types and client authentication methods.
99

1010
![demo](https://user-images.githubusercontent.com/909896/176916616-36d803ef-832a-4bd8-ba8d-f6689e31ed22.gif)
1111

1212
## Features
1313

1414
* Supports all modern OAuth 2.0 grant types: authorization code, implicit, password, client credentials, refresh token, jwt bearer
15-
* Supports all client authentication methods: client secrets, private keys, client assertions, mtls
15+
* Supports all client authentication methods: client secret basic, client secret post, client secret jwt, private key jwt, tls client auth
1616

1717
## Installation
1818

0 commit comments

Comments
 (0)