View Source Signaturex (Signaturex v1.5.0)
Summary
Functions
Sign a request using key, secret, HTTP method,
query string params and an optional body
Validate request
Validate request
Functions
Sign a request using key, secret, HTTP method,
query string params and an optional body
Link to this function
validate(key, secret, method, path, params, timestamp_grace \\ 600)
View SourceValidate request
Returns true or false
Link to this function
validate!(key, secret, method, path, params, timestamp_grace \\ 600)
View SourceValidate request
Raises an AuthenticationError if the request is invalid