Skip to content

Commit 1afa8c6

Browse files
committed
docs: add status badges to README for project health visibility
- Add status badges for linting, testing, and security to the README Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 08f7143 commit 1afa8c6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# AuthGate OAuth CLI — Authorization Code Flow
22

3+
[![Lint and Testing](https://github.com/go-authgate/oauth-cli/actions/workflows/testing.yml/badge.svg)](https://github.com/go-authgate/oauth-cli/actions/workflows/testing.yml)
4+
[![Trivy Security Scan](https://github.com/go-authgate/oauth-cli/actions/workflows/security.yml/badge.svg)](https://github.com/go-authgate/oauth-cli/actions/workflows/security.yml)
5+
36
A command-line tool that demonstrates the **OAuth 2.0 Authorization Code Flow** (RFC 6749 §4.1) with **PKCE** (RFC 7636) against an AuthGate server.
47

58
Unlike the Device Code Flow (which shows a user code to enter manually), this flow opens a browser window and receives the authorization code via a local HTTP callback server.

0 commit comments

Comments
 (0)