Security
TO BE UPDATED
JSON Web Token: JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. Authorization is the most common scenario for using JWT. Once the user is logged in, each subsequent request will include the JWT, allowing the user to access routes, services, and resources that are permitted with that token.
End to End Encryption (In Progress)
Two Factor Authentication (on Public Cloud)
HTTPS (on Public Cloud)
Last updated
Was this helpful?