https://github.com/simplesamlphp/simplesamlphp-module-authyubikey
simplesamlphp-module-authyubiKey
https://github.com/simplesamlphp/simplesamlphp-module-authyubikey
Last synced: 9 months ago
JSON representation
simplesamlphp-module-authyubiKey
- Host: GitHub
- URL: https://github.com/simplesamlphp/simplesamlphp-module-authyubikey
- Owner: simplesamlphp
- License: lgpl-2.1
- Created: 2019-03-14T20:52:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T22:33:43.000Z (over 1 year ago)
- Last Synced: 2024-04-30T23:39:55.712Z (over 1 year ago)
- Language: PHP
- Size: 163 KB
- Stars: 4
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simplesamlphp-module-authyubikey

[](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-authyubikey)
[](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-authyubikey/?branch=master)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-authyubikey)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-authyubikey)
## Install
Install with composer
```bash
vendor/bin/composer require simplesamlphp/simplesamlphp-module-authyubikey
```
## Configuration
Next thing you need to do is to enable the module: in `config.php`,
search for the `module.enable` key and set `authyubikey` to true:
```php
'module.enable' => [
'authyubikey' => true,
…
],
```