Skip to content

Releases: tfasoft/sdk-node

TFA NodeJs SDK 1.6.2

08 Aug 19:16
Compare
Choose a tag to compare

Change logs

  • Change API endpoint
  • Fix small issues

TFA NodeJs SDK 1.5.2

04 Aug 17:27
Compare
Choose a tag to compare

Summary

Telegram Factor Authentication, Node SDK, Version 1.5.2.

Change logs

  • Integrated SDK with new API version
  • Add new urls [ baseUrl & testUrl ]

Version 1.5.2 is now available in npm.org

TFA NodeJs SDK 1.1.2

26 Jul 05:49
Compare
Choose a tag to compare

TFASoft NodeJs SDK first release is now available 🎉

Summey

With this SDK you can use our service without writing lines and calling our API manually. Just initial class new tfa('access_token') with your access token and use authUser('user_token') method to authenticate user.

Installation

You can install it with npm like this:

$ npm i tfa-node-sdk

Documents

Document for SDKs are not completed yet but you can access it via our docs in docs.tfasoft.com.

Python SDK

TFA also provides a Python SDK that you can use it in your Django, Flask, Python Bots and wherever that is related to Python.

NPM