Skip to content

Draft: Custom auth: reddit connection

Julien Sagot requested to merge sagotch@customAuth-2 into develop

It worked on testnet. What needs to be done now in order to have it working in release build should be as simple as:

  • have kukai deploy the subverifier on mainnet
  • edit this line
    - let reddit = ReCustomAuthType.Verifier.fromString("tezos-test-reddit")
    + let reddit = ReCustomAuthType.Verifier.fromString("<INSERT GOOD VALUE HERE (ask kukai/torus)>")
  • and... I think it will be enough for reddit connection to work on umami
Edited by Julien Sagot

Merge request reports