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.
- Host: GitHub
- URL: https://github.com/jafar-jabr/guarded-authentication-bundle
- Owner: jafar-jabr
- License: mit
- Created: 2017-12-24T17:01:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T11:00:41.000Z (over 1 year ago)
- Last Synced: 2025-06-05T07:02:58.080Z (about 1 year ago)
- Topics: api, authentication, guard, jwt-authentication, login-forms, symfony-4
- Language: PHP
- Homepage:
- Size: 226 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
JafarGuardedAuthenticationBundle
================================
[](https://scrutinizer-ci.com/g/jafaronly/guarded-authentication-bundle/?branch=master)
[](https://travis-ci.org/jafaronly/guarded-authentication-bundle)
[](https://styleci.io/repos/115276722)
[](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.