simplesamlphp/simplesamlphp-module-authtwitter

A module that is able to perform authentication against Twitter

Installs: 5 094 964

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 7

Forks: 0

Open Issues: 0

Type:simplesamlphp-module

v1.2.2 2023-03-02 19:45 UTC

This package is auto-updated.

Last update: 2024-04-19 09:02:12 UTC


README

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,
        …
    ],