Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.