# Functions

AddArangodJwtHeader calculates a JWT authorization header, for authorization of a request to an arangod server, based on the given secret and adds it to the given request.
AddArangoSyncJwtHeader calculates a JWT authorization header, for authorization of a request to an arangosync server, based on the given secret and adds it to the given request.
CreateArangodJwtAuthorizationHeader calculates a JWT authorization header, for authorization of a request to an arangod server, based on the given secret.
VerifyArangoSyncJwtHeader verifies the bearer token in the given request with the given secret.