https://github.com/simplesamlphp/simplesamlphp-module-authtwitter
Authentication module to authenticate against Twitter
https://github.com/simplesamlphp/simplesamlphp-module-authtwitter
Last synced: 7 months ago
JSON representation
Authentication module to authenticate against Twitter
- Host: GitHub
- URL: https://github.com/simplesamlphp/simplesamlphp-module-authtwitter
- Owner: simplesamlphp
- License: lgpl-2.1
- Created: 2019-03-08T12:27:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T19:47:06.000Z (11 months ago)
- Last Synced: 2025-05-01T02:39:04.565Z (9 months ago)
- Language: PHP
- Size: 124 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simplesamlphp-module-authtwitter

[](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-authtwitter)
[](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-authtwitter/?branch=master)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-authtwitter)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-authtwitter)
## Install
Install with composer
```bash
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:
```php
'module.enable' => [
'authtwitter' => true,
…
],
```