JWT Token for Authorization to Asset Infinity

JWT Token for Authorization to Asset Infinity

Authorization in Asset Infinity using JWT Token

"Asset Infinity" is a cloud-based asset tracking and management software designed to help organizations manage their assets effectively. "Asset Infinity" offers following types of authorization for users to access the software.

Asset Infinity JWT Token

Asset Infinity JWT (JSON Web Token) is a secure token that is used for authentication and authorization. It is a type of token that contains a JSON payload containing information about the user. Users are required to obtain a JWT token to access Asset Infinity.

A user can follow the below given steps to obtain a JWT token-



Step 1- Request JWT Token: The first step is to request the JWT token by sending a request to the Asset Infinity API server. The request should include the necessary authentication credentials, such as a company, email, password and deviceId.

Sample JSON Payload: {"email": "", "password": "", "company": "", "deviceId": ""}

Step 2- Obtain JWT Token: Upon receiving the request, the Asset Infinity API server will authenticate the user and issue a JWT token. The token will be valid for a specific period, after which it will expire.

Step 3- Use JWT Token: Once the user has obtained the JWT token, they can use it to authenticate and authorize API calls and other actions in Asset Infinity. The token is passed in the HTTP header as Bearer of the API call.



    • Related Articles

    • Authorization Environments

      Authorization Environments in Asset Infinity Asset Infinity is a cloud-based asset tracking and management software designed to help organizations manage their assets effectively. It has multiple environments as given below: API Environment: 1. ...
    • Exploring NFC Tag Integration in Asset Infinity

      Introduction Asset Infinity has implemented NFC (Near Field Communication), a short-range wireless technology to share data. Like Bluetooth and Wi-Fi, and all manners of other wireless signals, NFC works on the principle of sending information over ...
    • Customizing Asset Form

      Customizing Asset Form  Advanced Settings > Customize Asset Form             In Asset Infinity, user can customize their Asset form. An organization can re-order the fields as required and create new sections with easy drag and drop ...
    • Adding a Single Asset

      How to Add a Single Asset?  Home Page > Add Asset button.   With Asset Infinity, assets can be easily added and updated. To add new assets in the system, the form opens up as shown below. Add Asset form can be managed from Customize Asset ...
    • Updating Asset Details

      Update Single Asset through Edit  Double click on an asset from the asset register. A screen open ups with all details of that particular asset. Click on the Edit button given on the Asset (view) interface.        The asset form opens in an editable ...