Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.28 KB

File metadata and controls

27 lines (20 loc) · 1.28 KB

simplesamlphp-module-authtwitter

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

Install

Install with composer

    vendor/bin/composer require simplesamlphp/simplesamlphp-module-authtwitter

Configuration

Next thing you need to do is to enable the module: in config.php, search for the module.enable key and set authtwitter to true:

    'module.enable' => [
        'authtwitter' => true,
        …
    ],