Coder Social home page Coder Social logo

torus-documentation's Introduction

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

npm i

Local Development

npm run start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

torus-documentation's People

Contributors

bboystatix avatar chaitanyapotti avatar elishatorus avatar himanshuchawla009 avatar ieow avatar ihsraham avatar kanishkatn avatar lionellbriones avatar metallicalfa2 avatar michaellee8 avatar phuctm97 avatar rathishubham7 avatar shahbaz17 avatar tainguyentt avatar tetratorus avatar ungarson avatar yashovardhan avatar yzheny avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

torus-documentation's Issues

Using "passwordless" in loginConfig doesn't work

When trying to hide passwordless option in the torus wallet embed the following name must be used:

loginConfig: {
          'torus-auth0-email-passwordless': {
            name: 'Passwordless',
            typeOfLogin: 'passwordless',
            showOnDesktop: false,
            showOnMobile: false,
            showOnModal: false,
          }
        },

This is not reflected anywhere in the documentation, or in the js library, I had to look through GitHub issues to resolved this.

"Edit this page" should not be shown to users on Web3auth and Torus documentation

Current:
Able to see a 'edit this page' button at the bottom of web3auth and torus docs
Screenshot 2022-01-20 at 9 21 33 PM
Screenshot 2022-01-20 at 9 21 40 PM
Screenshot 2022-01-20 at 9 23 55 PM

  1. When I click on it in tor.us, it leads me to github (is this intended?)
  2. When I click on it in web3auth, it leads me to error 404 page (is this intended?)

Expected:

  • If users can edit docs by submitting a request on github, please fix point 2 above
  • If users are not supposed to edit docs by submitting a request on github, please disable 'edit this page' function on both tor.us and web3auth documentation

Outdated documentation on TorusSwiftDirectSDK using JWT

extraQueryParams is deprecated

let sub = SubVerifierDetails(loginType: .web,
loginProvider: .jwt,
clientId: "P7PJuBCXIHP41lcyty0NEb7Lgf7Zme8Q",
verifierName: "torus-auth0-email-passwordless",
redirectURL: "tdsdk://tdsdk/oauthCallback",
extraQueryParams: ["verifier_id_field": "name"],
jwtParams: ["domain":"torus-test.auth0.com"])

Commit:

OpenLogin installation via script

When I use script tag specified in the installation page, I end up with the error that Buffer is not defined
<script src="https://cdn.jsdelivr.net/npm/@toruslabs/openlogin@0"></script>

But this one works fine:
<script src="https://cdn.jsdelivr.net/npm/@toruslabs/openlogin"></script>

I have Google Chrome Version 90.0.4430.93 (Official Build) (x86_64), macos latest version

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.