Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riskiofr/zf-authentication-auth0
Auth0 authentication for Zend Framework
https://github.com/riskiofr/zf-authentication-auth0
auth0 authentication zendframework
Last synced: about 1 month ago
JSON representation
Auth0 authentication for Zend Framework
- Host: GitHub
- URL: https://github.com/riskiofr/zf-authentication-auth0
- Owner: RiskioFr
- License: mit
- Created: 2016-01-22T09:50:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T15:07:42.000Z (about 7 years ago)
- Last Synced: 2024-10-14T01:42:02.295Z (about 1 month ago)
- Topics: auth0, authentication, zendframework
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Zend Authentication adapter for Auth0
=====================================[![Latest Stable Version](http://img.shields.io/packagist/v/riskio/zf-authentication-auth0.svg?style=flat-square)](https://packagist.org/packages/riskio/zf-authentication-auth0)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Build Status](https://img.shields.io/travis/RiskioFr/zf-authentication-auth0.svg?style=flat-square)](http://travis-ci.org/RiskioFr/zf-authentication-auth0)
[![Total Downloads](http://img.shields.io/packagist/dt/riskio/zf-authentication-auth0.svg?style=flat-square)](https://packagist.org/packages/riskio/zf-authentication-auth0)## Requirements
* PHP 7.0+
* [riskio/oauth2-auth0 ^2.0](https://github.com/RiskioFr/oauth2-auth0)
* [zendframework/zend-authentication ^2.5](https://github.com/zendframework/zend-authentication)## Installation
Zend Authentication adapter for Auth0 only officially supports installation through Composer. For Composer documentation, please refer to
[getcomposer.org](http://getcomposer.org/).You can install the module from command line:
```sh
$ composer require riskio/zf-authentication-auth0
```## Testing
``` bash
$ vendor/bin/phpunit
```## Credits
- [Nicolas Eeckeloo](https://github.com/neeckeloo)
- [All Contributors](https://github.com/RiskioFr/zf-authentication-auth0/contributors)## License
The MIT License (MIT). Please see [License File](https://github.com/RiskioFr/zf-authentication-auth0/blob/master/LICENSE) for more information.