Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTP #493

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

OTP #493

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
// include __DIR__.'/vendor/guzzlehttp/guzzle/src/functions_include.php';
//

rex_ycom_auth::addInjection(new rex_ycom_injection_termsofuse());
rex_ycom_auth::addInjection(new rex_ycom_injection_passwordchange());
rex_ycom_auth::addInjection(new rex_ycom_injection_otp());

if (rex::isBackend()) {
rex_extension::register('PACKAGES_INCLUDED', static function ($params) {
$plugin = rex_plugin::get('yform', 'manager');
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"onelogin/php-saml": "^3",
"apereo/phpcas": "^1",
"league/oauth2-client": "^2",
"psr/log": "^1"
"psr/log": "^1",
"spomky-labs/otphp": "^11.0"
},
"replace": {
"psr/container": "*",
Expand Down
Loading
Loading