simplesamlphp / simplesamlphp-module-authtwitter
A module that is able to perform authentication against Twitter
Installs: 5 503 605
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 6
Forks: 0
Open Issues: 0
Type:simplesamlphp-module
Requires
- php: >=7.4 || ^8.0
- league/oauth1-client: ~1.10.1
- simplesamlphp/assert: ^0.8.0
- simplesamlphp/composer-module-installer: ^1.3.2
- simplesamlphp/simplesamlphp: ^2.0.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-27 07:19:35 UTC
README
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, … ],