Security

TO BE UPDATED

  1. JSON Web Token: JSON Web Token (JWT) is an open standard (RFC 7519arrow-up-right) 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.

  2. End to End Encryption (In Progress)

  3. Two Factor Authentication (on Public Cloud)

  4. HTTPS (on Public Cloud)

Last updated

Was this helpful?