An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Refugis - OAuthBundle
=====================
[![Build Status](https://travis-ci.com/refugis/oauth-bundle.svg?branch=master)](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