python-googauth

Python library for Google Authenticator
Download

python-googauth Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • RentShare Inc
  • Publisher web site:
  • https://github.com/rentshare/

python-googauth Tags


python-googauth Description

python-googauth is a Python library for Google Authenticator. Allows verifying and generating one-time passwords usable with the Google Authenticator app.Installpython setup.py installDocumentationhttp://rentshare.github.com/python-googauthExampleimport googauthsecret_key = googauth.generate_secret_key()code = googauth.generate_code(secret_key)value = googauth.verify_time_based(secret_key, code)assert value != NoneProduct's homepage


python-googauth Related Software