Skip to content

🔑 Second factor TOTP (Google Authenticator) provider for ownCloud

License

Notifications You must be signed in to change notification settings

boyrazs15/twofactor_totp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two Factor Totp

Build Status codecov

Tested with the following apps:

Enabling TOTP 2FA for your account

Running tests

You can use the provided Makefile to run all tests by using:

make test

This will run the PHP unit and integration tests and if a package.json is present in the js/ folder will execute npm run test

Of course you can also install PHPUnit and use the configurations directly:

phpunit -c phpunit.xml

or:

phpunit -c phpunit.integration.xml

for integration tests

About

🔑 Second factor TOTP (Google Authenticator) provider for ownCloud

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 58.1%
  • JavaScript 25.6%
  • Gherkin 10.8%
  • Makefile 5.3%
  • Hack 0.2%