Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit a38a18b

Browse files
committed
Add endpoints to README
1 parent 095c29e commit a38a18b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ cla-jwt-verifier reads configurations from environment variables.
5656
- `APP_LISTEN` (optional)
5757
- `RUST_LOG` (optional)
5858

59+
## Endpoints
60+
- GET `/auth`
61+
- `Cf-Access-Jwt-Assertion` request header: JWT to be verified (required).
62+
- Response status code: 200 only when the JWT is verified successfully.
63+
5964
## Docker
6065
The Docker image is available on [Docker Hub](https://hub.docker.com/repository/docker/ymyzk/cla-jwt-verifier) and
6166
[GitHub](https://github.com/users/ymyzk/packages/container/package/cla-jwt-verifier).

0 commit comments

Comments
 (0)