Skip to main content

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

ModuleDescription
EchoThe API Function for the echo endpoint
HelpersThe helper functions for the jwt and echo endpoints
JWTThe API function for validating x509AuthenticationHeaders and returning a JWT