tozny / sdk-node

Node.js client bindings to the TOZNY API. Tozny lets your users log in with their phone. Its one or two-factor authentication system is easy to use, easy to integrate, and cryptographically secure.
http://tozny.com
Other
3 stars 0 forks source link

broken link to example url #3

Open christopherreay opened 3 years ago

christopherreay commented 3 years ago

on this page:

galxy25 commented 3 years ago

Hi @christopherreay

This package is considered deprecated, for interacting with Tozny products (both TozStore and TozID) you will want to use

https://github.com/tozny/js-sdk/tree/master

Regarding the original issue, It looks like passport is generating that documentation based on the Readme for this repo, which if viewed from Github the link will send you correctly to https://github.com/tozny/sdk-node/blob/master/examples/secretmessage/index.js

Peace, Levi