Instant2FA Python bindings.
Project description
instant2fa
Instant2FA Python bindings.
Installation
Install it via PyPI:
pip install instant2fa
Usage
import instant2fa
instant2fa.access_key = 'YOUR_ACCESS_KEY'
instant2fa.access_secret = 'YOUR_ACCESS_SECRET'
distinct_id = 'A_UNIQUE_ID_FOR_A_USER'
hosted_page_url = instant2fa.create_settings(distinct_id)
hosted_page_url = instant2fa.create_verification(distinct_id)
verification_succeeded = instant2fa.confirm_verification(distinct_id, token)
Development
To start development, run:
$ git clone git@github.com:clef/instant2fa-python.git instant2fa
$ cd instant2fa
$ make develop
History
1.0.0
First release on PyPI.
1.0.1
Validate distinct_id parameter has a value.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
instant2fa-1.0.1.tar.gz
(11.5 kB
view details)
File details
Details for the file instant2fa-1.0.1.tar.gz.
File metadata
- Download URL: instant2fa-1.0.1.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e5cba042190c4f7be785fd4e1d1587e26220539905a3bab84baaa5bec24ad44
|
|
| MD5 |
0dc235832921e81f715f77ef8a69c814
|
|
| BLAKE2b-256 |
18b8bb13242749a58a50090d52b5edb11a6819d1ac3e6c99c7325ad97f33e84e
|