Welcome to Fireapis
  • Welcome
  • The Basics
    • Basics
    • Environment
      • Creating an Environment
      • Configure Domain
    • Auth
    • Secrets
    • Tables
      • Creating Table
      • Testing Tables
      • Add a New Column
      • Table Properties
      • Endpoints
      • Data
      • Deleting a Column
      • Deleting a Table
    • Webhooks
    • Marketplace
    • Logics
      • Dynamic Data Source Selection
      • Testing Logics
      • Actions
        • External API Request
        • Query Builder
        • Data Transformation
        • Build Object
        • Build Conditions
        • Other Utilities
          • Token Generation
          • Token Decryption
          • Hashing
          • Validate Hash
          • Encrypt
          • Decrypt
        • Date Utilities
          • Find Difference Between Dates
          • Add/Subtract Dates
          • Format Date
          • Apply Timezone to Date
  • Next steps
    • What Next?
Powered by GitBook
On this page

Was this helpful?

  1. The Basics
  2. Logics
  3. Actions
  4. Other Utilities

Token Generation

You can create a JWT (JSON Web Token) for authentication and session management. This allows you to configure which data should be included in the token.

PreviousOther UtilitiesNextToken Decryption

Last updated 2 months ago

Was this helpful?

In the Token Generation section, you can configure the following:

Token Secret Key

Specify the secret key to use for generating the token. This key is essential for validating the token and ensuring a more secure system. Always select keys from the Secrets section.

Expiry Time

Set the expiry time for the token, indicating how long it will remain valid. After this time, the token becomes invalid. You can choose from a dropdown list of available values.

Token Data

Define the data that should be included in the token. You can add key-value pairs, where the key represents the name of the value. For dynamic values, use the dynamic data source model by clicking the plus (+) icon.

Configure Token Secret Key
Configure Expiry Time
Configure Token Data in Token Generation
Configure token secret key
Configure expiry time
Configure token data in token generation