Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scheb/2fa-bundle
[READ ONLY] A generic interface to implement two-factor authentication in Symfony applications
https://github.com/scheb/2fa-bundle
2fa security symfony symfony-bundle two-factor-authentication
Last synced: 11 days ago
JSON representation
[READ ONLY] A generic interface to implement two-factor authentication in Symfony applications
- Host: GitHub
- URL: https://github.com/scheb/2fa-bundle
- Owner: scheb
- License: mit
- Created: 2020-02-09T16:49:47.000Z (almost 5 years ago)
- Default Branch: 7.x
- Last Pushed: 2024-07-03T17:23:31.000Z (4 months ago)
- Last Synced: 2024-10-19T07:55:16.280Z (25 days ago)
- Topics: 2fa, security, symfony, symfony-bundle, two-factor-authentication
- Language: PHP
- Homepage: https://github.com/scheb/2fa
- Size: 281 KB
- Stars: 59
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: Security/Authentication/AuthenticationTrustResolver.php
Awesome Lists containing this project
README
scheb/2fa-bundle
================[![Build Status](https://github.com/scheb/2fa/actions/workflows/ci.yaml/badge.svg?branch=7.x)](https://github.com/scheb/2fa/actions?query=workflow%3ACI+branch%3A7.x)
[![Code Coverage](https://codecov.io/gh/scheb/2fa/branch/7.x/graph/badge.svg)](https://app.codecov.io/gh/scheb/2fa/branch/7.x)
[![Latest Stable Version](https://img.shields.io/packagist/v/scheb/2fa-bundle)](https://packagist.org/packages/scheb/2fa-bundle)
[![Monthly Downloads](https://img.shields.io/packagist/dm/scheb/2fa-bundle)](https://packagist.org/packages/scheb/2fa-bundle/stats)
[![Total Downloads](https://img.shields.io/packagist/dt/scheb/2fa-bundle)](https://packagist.org/packages/scheb/2fa-bundle/stats)
[![License](https://poser.pugx.org/scheb/2fa-bundle/license.svg)](https://packagist.org/packages/scheb/2fa-bundle)Provides a generic interface to implement two-factor authentication in Symfony applications.
---
This repository is a sub-repository of [scheb/2fa](https://github.com/scheb/2fa) and is **READ ONLY**.
**Please do not submit any Pull Request here.** Use the [main repository](https://github.com/scheb/2fa) instead.
Installation
------------
Please follow the [bundle's installation instructions](https://symfony.com/bundles/SchebTwoFactorBundle/6.x/installation.html).Documentation
-------------
Documentation can be found on the
[Symfony Bundles Documentation](https://symfony.com/bundles/SchebTwoFactorBundle/6.x/index.html) website.License
-------
This software is available under the [MIT license](LICENSE).