Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Oct 24, 2016
1 parent 8efb6ab commit c5a0689
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .hidev/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
name: yii2-mfa
title: Yii2 module providing multi-factor authentication
headline: Yii2 MFA
keywords: yii2, authentication, multi-factor, two-factor, RFC6238
keywords: yii2, authentication, multi-factor, two-factor, totp, RFC6238
namespace: hiqdev\yii2\mfa
description: |
This package provides:
Expand All @@ -16,6 +16,8 @@ package:
Uses:
- [robthree/twofactorauth](https://github.com/robthree/twofactorauth) for TOTP
- [hiqdev/php-confirmator](https://github.com/hiqdev/php-confirmator) for confirmation tokens
Can be plugged to exising project.
Can be plugged into any exising Yii2 project.
See how it is used in [hiqdev/hiam-core](https://github.com/hiqdev/hiam-core).
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ Time-based_One-time Password Algorithm used for two factor authentication.
Uses:

- [robthree/twofactorauth](https://github.com/robthree/twofactorauth) for TOTP
- [hiqdev/php-confirmator](https://github.com/hiqdev/php-confirmator) for confirmation tokens

Can be plugged to exising project.
Can be plugged into any exising Yii2 project.
See how it is used in [hiqdev/hiam-core](https://github.com/hiqdev/hiam-core).

## Installation
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"authentication",
"multi-factor",
"two-factor",
"totp",
"RFC6238"
],
"homepage": "https://github.com/hiqdev/yii2-mfa",
Expand Down

0 comments on commit c5a0689

Please sign in to comment.