simplesamlphp / simplesamlphp-module-authtwitter
A module that is able to perform authentication against Twitter
Installs: 6 170 128
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 0
Type:simplesamlphp-module
pkg:composer/simplesamlphp/simplesamlphp-module-authtwitter
Requires
- php: ^8.3
- league/oauth1-client: ^1.11
- simplesamlphp/assert: ^1.9
- simplesamlphp/simplesamlphp: ^2.5@dev
- symfony/http-foundation: ^7.4
Requires (Dev)
This package is auto-updated.
Last update: 2026-01-05 20:07:14 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, … ],