Skip to content

Releases: tfasoft/sdk-python

TFA Python SDK 1.6.0

08 Aug 19:15
Compare
Choose a tag to compare

Change logs

  • Change API endpoint
  • Fix small issues

TFA Python SDK 1.5.0

04 Aug 17:26
Compare
Choose a tag to compare

Summary

Telegram Factor Authentication, Python SDK, Version 1.5.0.

Change logs

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

Version 1.5.0 is now available in pypi.org

TFA Python SDK 1.2.0

26 Jul 05:47
Compare
Choose a tag to compare

TFASoft Python 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 TFA('access_token') with your access token and use authUser('user_token') method to authenticate user.

Installation

You can install it with pip like this:

$ pip3 install tfa-python-sdk

Documents

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

Node SDK

TFA also provides a NodeJs SDK that you can use it in your ReacrJs, ExpressJs, Node Bots and wherever that is related to Node.

PyPi