boo / persona
A framework agnostic implementation of Mozilla Persona, the cross-browser login system for the Web that's easy to use and easy to deploy.
Requires
- php: >=5.3.0
- ext-curl: *
Requires (Dev)
- mockery/mockery: dev-master
- orchestra/testbench: ~2.0
- phpunit/phpunit: ~3.7
This package is not auto-updated.
Last update: 2020-01-24 16:00:46 UTC
README
A framework agnostic implementation of Mozilla Persona, the cross-browser login system for the Web that's easy to use and easy to deploy.
Find Mozilla Persona on Packagist/Composer.
Documentation
Documentation for this library is available at docs.jyggen.com (currently down, see the docs repo instead).
Framework Integration
This library comes packaged with a service provider and an authentication driver for Laravel 4. The authentication driver allows you to seamlessly integrate Persona into Laravel's built-in authentication library.
Pull requests with additional providers and integrations are more than welcome!
Changelog
See GitHub releases.
About
Requirements
- PHP 5.3 or above.
- cURL extension.
Bugs and Feature Requests
Please create an issue or pull request on GitHub.
Author
Jonas Stendahl (@jyggen) jonas.stendahl@gmail.com
See the list of contributors here.
License
This library is licensed under the MIT license.