forked from hiqdev/yii2-mfa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hidev.yml
25 lines (20 loc) · 1.02 KB
/
hidev.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
package:
type: yii2-extension
name: yii2-mfa
title: Multi-factor authentication for Yii2 projects
headline: Yii2 MFA
keywords: yii2, authentication, multi-factor, two-factor, totp, RFC6238
description: |
This package provides:
- [TOTP] - Time-based One-time Password Algorithm used for two factor authentication
- checking for user allowed IPs
- generation and checking recovery codes (PLANNED)
Uses:
- [robthree/twofactorauth] for TOTP
- [hiqdev/php-confirmator] for confirmation tokens
Can be plugged into any exising Yii2 project.
See how it is used in [hiqdev/hiam].
[TOTP]: https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm
[robthree/twofactorauth]: https://github.com/robthree/twofactorauth
[hiqdev/php-confirmator]: https://github.com/hiqdev/php-confirmator
[hiqdev/hiam]: https://github.com/hiqdev/hiam