Authentication

Sheet2DB Supports 3 types for Authentication methods to safeguard access to your spreadsheet / database.

  • Basic Authentication
  • Bearer Token
  • JWT Authentication

Basic Authentication

With Basic Authentication, you use username and password to authenticate your HTTP requests. You can enter username and password of your choice.

Bearer Token Authentication

With Bearer Token, you can pass a custom token as Authorization Header to authenticate yourself

JWT Authentication

Using JWT Authentication, we provide you the flexibility to sign a token with your preferred encryption key. You may securely share the verification key with us to confirm that the token was indeed signed by you, ensuring access to your database.

Supported Algorithms

  • HS256
  • HS384
  • HS512
  • RS256
  • RS384
  • RS512