Startrail APIs
  • 🛫Startrail PORT: All in one document for API/SDK
    • 🔀URL per environment
  • Issue transfer api
    • 📬Issue & Transfer SRR (NFT)
      • Request Signed URL for Upload/Download Files
      • File Information Metadata
      • Issue & Transfer
      • Webhook Setup
    • 📂Collection
      • Create Collection
      • Get Collection of LUW
    • 📢Change Logs
      • v1.2.0
      • v1.1.0
      • v1.0.1
  • Metadata Schema
    • 🪅Startrail Registry (SRR)
      • Version 2.2
      • Version 2.1
      • Version 2.0
    • 📤Transfer
      • Version 1.2
      • Version 1.1
      • Version 1.0
    • ☸️Custom History
      • Custom History of Exhibition
        • Version 1.2
      • Custom History of Auction
        • Version 1.3
      • Custom History of Appraisal
        • Version 1.1
      • Custom History of Restoration
        • Version 1.0
      • Custom History of Offchain
        • Version 1.1
  • Get SRR API
    • Get Owned SRRs
    • Get SRR by Collection contract address and Token Id
      • 🚫Get SRR by Token Id
    • Description Of SRR Data
  • Ethereum Signature Validator API
    • 🔏Ethereum Signature Validator API
      • Change Logs
  • Startrail SDK Js
    • 🔰Introduction
    • 🏃Getting Started
      • RPC endpoint and chainId
    • 💳Wallet Methods
    • 🔮Startrail API Methods
      • Add Custom Histories To SRRs
      • Approve SRR By Commitment
      • Bulk
      • Check ERC2981 Royalty
      • Create Collection
      • Convert Metadata
      • Create SRR
      • Transfer Collection Ownership
      • Transfer SRR To Ethereum Address
      • Transfer From With Provenance
      • Update Metadata
    • 📱Login Providers
      • Interface
      • Whitelabeling/Customizing
        • Email Password
      • Hints
      • Multi Factor Account Management
    • 🦊MetaMask
    • 🎎Authentication Integration
    • 👾Errors
    • 📢Change logs
      • v1.35.0
      • v1.34.0
      • v1.33.2
      • v1.33.1
      • v1.32.0
      • v1.31.1
      • v1.30.6
      • v1.30.5
      • v1.30.4
      • v1.30.3
      • v1.30.2
      • v1.30.1
      • v1.30.0
      • v1.29.1
      • v1.29.0
      • v1.28.2
      • v1.28.1
      • v1.28.0
      • v1.27.1
      • v1.27.0
      • v1.26.0
      • v1.25.2(Security Patch)
  • Startrail API
    • 💱Transfer SRR Ownership By RevealHash
    • Get Transaction Data
    • Get Metadata By tokenid
  • Subgraph
    • 📊A introduction of subgraph
    • How to retrieve SRR metadata
Powered by GitBook

©2023 Startbahn, Inc.

On this page

Was this helpful?

  1. Startrail SDK Js

Login Providers

Available options for SNS and Email based login providers

SNS and Email-based login options enable you to connect your wallet without requiring in-depth knowledge of blockchain and cryptography. Here are the available options and additional details.

Feel free to contact us if the authentication provider you are looking for is not on the list.

Login Providers

SNS and Email-based authentications are powerd by Web3Auth library.

Users can obtain the same EOA across other applications such as Opensea or Rarible, that have implemented the same Web3Auth library.

Please be aware that Email Password is not accessible in any other applications that do not utilize Startrail-sdk-js. For new user registrations, please utilize Email Passwordless instead due to this limitation.

Provider
Available Values
Verifier on STG
Verifier on PROD

Google

  • user name

  • email

  • profile image

google

google

LINE

  • user name

  • profile image

startrail-auth0-line-staging

startrail-auth0-line

Facebook

  • user name

  • email

  • profile image

facebook

facebook

Twitter

  • user name

  • email

  • profile image

torus-auth0-twitter

torus-auth0-twitter

Apple

  • user name

  • email

  • profile image

torus-auth0-apple

torus-auth0-apple

Email Passwordless

  • email

torus-auth0-email-passwordless

torus-auth0-email-passwordless

Email Password

  • email

  • profile image

startrail-auth0-email-password

startrail-auth0-staging

PreviousUpdate MetadataNextInterface

Last updated 1 year ago

Was this helpful?

📱