Google Authenticator available as a public service?

前端 未结 10 1272
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-04 04:24

Is there public API for using the Google Authenticator (two factor authentication) on self-running (e.g. LAMP stack) web apps?

10条回答
  •  抹茶落季
    2020-12-04 05:24

    You can use my solution, posted as the answer to my question (there is full Python code and explanation):

    Google Authenticator implementation in Python

    It is rather easy to implement it in PHP or Perl, I think. If you have any problems with this, please let me know.

    I have also posted my code on GitHub as Python module.

提交回复
热议问题