https://github.com/refugis/oauth-bundle
Easily integrate OAuth authentication in your Symfony application
https://github.com/refugis/oauth-bundle
bundle jwt oauth php symfony
Last synced: about 2 months ago
JSON representation
Easily integrate OAuth authentication in your Symfony application
- Host: GitHub
- URL: https://github.com/refugis/oauth-bundle
- Owner: refugis
- License: mit
- Created: 2020-04-07T09:27:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T11:30:37.000Z (about 6 years ago)
- Last Synced: 2025-07-29T02:28:04.042Z (11 months ago)
- Topics: bundle, jwt, oauth, php, symfony
- Language: PHP
- Size: 107 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Refugis - OAuthBundle
=====================
[](https://travis-ci.com/refugis/oauth-bundle)
Easily integrate OAuth authentication in your Symfony application.
Originally written by [Fazland team](https://www.github.com/fazland/oauth-bundle).
Requirements
------------
- php ^7.4
- symfony/symfony ^4.3|^5.0
Installation
------------
The suggested installation method is via [composer](https://getcomposer.org/):
```sh
$ composer require refugis/oauth-bundle
```
Using OAuthBundle
--------------
Work in progress
Test
----
Run
```sh
$ vendor/bin/phpunit
```
Contributing
------------
Contributions are welcome. Feel free to open a PR or file an issue here on GitHub!
License
-------
OAuthBundle is licensed under the MIT License - see the [LICENSE](https://github.com/refugis/oauth-bundle/blob/master/LICENSE) file for details