Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruudk/cowlbyduosecuritybundle
Provides Duo Security two-factor authentication integration for your Symfony2 projects
https://github.com/ruudk/cowlbyduosecuritybundle
Last synced: 11 days ago
JSON representation
Provides Duo Security two-factor authentication integration for your Symfony2 projects
- Host: GitHub
- URL: https://github.com/ruudk/cowlbyduosecuritybundle
- Owner: ruudk
- Created: 2014-01-03T15:58:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-03T15:58:51.000Z (almost 11 years ago)
- Last Synced: 2024-10-11T13:12:11.772Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 232 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: Security/Authentication/Provider/DuoSecurityAuthenticationProvider.php
Awesome Lists containing this project
README
CowlbyDuoSecurityBundle
=======================This bundle provides a way for you to secure your Symfony2 project with Duo
Security's two-factor authentication.[![Build Status][1]][2] [![Coverage Status][3]][4]
Documentation
-------------The bulk of the documentation is stored in the `Resources/doc/index.md` file in
this bundle: [Read the Documentation][5]Installation
------------All the installation instructions will be located in [documentation][5].
License
-------This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
[1]: https://travis-ci.org/cowlby/CowlbyDuoSecurityBundle.png "Build Status"
[2]: https://travis-ci.org/cowlby/CowlbyDuoSecurityBundle "Travis CI"
[3]: https://coveralls.io/repos/cowlby/CowlbyDuoSecurityBundle/badge.png?branch=master "Coverage Status"
[4]: https://coveralls.io/r/cowlby/CowlbyDuoSecurityBundle?branch=master "Coveralls"
[5]: https://github.com/cowlby/CowlbyDuoSecurityBundle/blob/master/Resources/doc/index.md "Documentation"