How to authenticate to Baserow using database and JSON web tokens

By using the correct token for each scenario and following best practices for token management, you can leverage the power of Baserow while protecting your data and user information. Only authenticated users with the appropriate permissions can view or modify data.

In this blog post, you’ll learn how to authenticate to Baserow using the database token and JSON web token (JWT), and when and how to set up and use each one effectively to avoid any malicious activities. You’ll also find some practical examples of token use:

Example 1: Access book data using the database token.
Example 2: Import a template using the JSON web token (JWT).

Let’s get started!