SRC Directory
The Client Auth src directory contains the function code for the API endpoints. The functions directory contains the source code for the echo and jwt endpoints. Supporting these two endpoints is the helpers.ts file, which contains helper functions that will process the request data from the endpoints. These functions include those that validate the x509 client authentication and process the request headers into a usable object.
Modules
| Module | Description |
|---|---|
| Echo | The API Function for the echo endpoint |
| Helpers | The helper functions for the jwt and echo endpoints |
| JWT | The API function for validating x509AuthenticationHeaders and returning a JWT |