# Functions
CreateJWT create a jwt with a Claims what resive, and with the key generate a JWT and return it.
GetHash generate a hash for the string paramater and return a hash string created with encrypt sha256.
IsEmail validate if the parameter string are a email It returns true if it's a email and false if its no.
loadENV get to the so variable, all the enviroments variables of the .env file.