https://github.com/parkghost/totp-authentication-demo
This is a simple web application which implement Two-Factor authentication by TOTP and Google Authenticator
https://github.com/parkghost/totp-authentication-demo
Last synced: about 1 month ago
JSON representation
This is a simple web application which implement Two-Factor authentication by TOTP and Google Authenticator
- Host: GitHub
- URL: https://github.com/parkghost/totp-authentication-demo
- Owner: parkghost
- License: apache-2.0
- Created: 2012-01-02T12:45:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T00:02:27.000Z (over 2 years ago)
- Last Synced: 2025-04-06T09:06:18.882Z (about 2 months ago)
- Language: Java
- Homepage: http://blog.brandonc.me/2012/01/totp-google-authenticator-two-factor.html
- Size: 112 KB
- Stars: 48
- Watchers: 6
- Forks: 24
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TOTP Authentication Demo
=================This is a simple web application which implement Two-Factor authentication by TOTP and Google Authenticator
Demo Site
-----------http://totp-authentication-demo.herokuapp.com/
Installation
-----------
1.Rediswget http://redis.googlecode.com/files/redis-2.4.5.tar.gz
tar xzf redis-2.4.5.tar.gz
cd redis-2.4.5
make
src/redis-server2.TOTP Authentication Demo
git clone [email protected]:parkghost/TOTP-authentication-demo.git
cd TOTP-authentication-demo
mvn package
java $JAVA_OPTS -jar target/dependency/jetty-runner.jar target/*.warBug tracker
-----------Have a bug? Please create an issue here on GitHub!
https://github.com/parkghost/TOTP-authentication-demo/issues
Authors
-------**Brandon Chen**
+ http://brandonc.me
+ http://github.com/parkghostLicense
---------------------Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0