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

https://github.com/jafar-jabr/guarded-authentication-bundle

This bundle provides full authentication for login form and also api with JWS (signed JWT) based on Symfony Guard.
https://github.com/jafar-jabr/guarded-authentication-bundle

api authentication guard jwt-authentication login-forms symfony-4

Last synced: 6 months ago
JSON representation

This bundle provides full authentication for login form and also api with JWS (signed JWT) based on Symfony Guard.

Awesome Lists containing this project

README

          

JafarGuardedAuthenticationBundle
================================

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jafaronly/guarded-authentication-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jafaronly/guarded-authentication-bundle/?branch=master)
[![Build Status](https://travis-ci.org/jafaronly/guarded-authentication-bundle.svg?branch=master)](https://travis-ci.org/jafaronly/guarded-authentication-bundle)
[![StyleCI](https://styleci.io/repos/115276722/shield?branch=master)](https://styleci.io/repos/115276722)
[![Latest Stable Version](https://poser.pugx.org/jafar/guarded-authentication-bundle/v/stable)](https://packagist.org/packages/jafar/guarded-authentication-bundle)

This bundle provides full authentication for login form and also Api with using JWS (signed JWT) based on Symfony Guard.

Documentation
-------------

The bulk of the documentation is stored in the [`Resources/doc`](Resources/doc/index.md) directory of this bundle:

* [Getting started](Resources/doc/index.md#getting-started)

Contributing
------------

See the [CONTRIBUTING](CONTRIBUTING.md) file.

Credits
-------

* Jafar Jabr
* [All contributors](https://github.com/jafaronly/guarded-authentication-bundle/graphs/contributors)

License
-------

This bundle is under the MIT license.
For the whole copyright, see the [LICENSE](LICENSE) file distributed with this source code.