# Functions
CheckPasswordHash checks a plaintext password with a hashed password.
Generate and use a new secret.
GenerateJWTToken returns a JWT token based on the uuid, expiration and the secret sign.
HashPassword hashes the given password with bcrypt.
IsValidUUID is a function that returns true if the input is a valid uuid.
Use the given secret for generating and validating tokens.
QueryBuilder is a method that generates storm query to give a more fine grain control over results Some query string examples that can be used filter example.com?format=[{key:value}] skip example.com?skip=10 limit example.com?limit=10 orderBy example.com?orderBy=Name,Age orderBy with reverse example.com?orderBy=Name,Age&reverse=true.
ValidateJWTToken Returns if the given token is a valid token.
# Constants
30 days in minutes.
128 bits.
StandardTokenExpiration minutes.
# Structs
No description provided by the author
swagger:parameters GetAllLogFiles GetAllCharts GetAllSheets GetAllWorkspaces.