Torus Digital Open API
  • Introduction
  • Get Started
  • Authentication
    • Login
    • Session Token
  • SDK
    • Self Generated SDK'S
  • Orders
    • Order Entry
    • Order Modify
    • Order Cancel
    • Order Convert To delivery
    • Order Margin
    • Order Book
    • Order Details
  • Holdings and Portfolio
    • Portfolio
    • Holding
    • Holding Details
    • Net Positions
  • Market
    • Market Status
  • Trade
    • Trade Book
    • Trade Details
  • Funds
    • Fund limits
    • Fund limits details
  • Historical Data
    • Search Stock
    • Company Basic Detail
    • Indices List
    • Monthly/Yearly Returns
    • Share Holding Pattern
    • Balance Sheet
    • Cash Flow
    • Profit and Loss
Powered by GitBook
On this page

Authentication

User authentication and authorization flow.

Overview

Understanding authentication is crucial for ensuring secure access to systems and data. Authentication verifies the identity of users or systems before granting access to resources.

Authorization determines the permissions and access levels for authenticated users. Below are key concepts and components related to user authentication and authorization.

  1. Login

    • Description: Log in via the Torus Digital portal, verify via OTP, exchange the request token for an access token, and use it for future API requests.

  2. Session Token

    • Description: A session token is generated and issued to the user after successful authentication. This token is used to maintain the user's authenticated state across multiple requests and sessions

PreviousGet StartedNextLogin

Last updated 11 months ago