treehouselabs/keystone-bundle

A Symfony2 implementation of the OpenStack Identity Service API: Keystone

Installs: 16 052

Dependents: 1

Suggesters: 2

Security: 0

Stars: 0

Watchers: 16

Forks: 0

Open Issues: 0

Type:symfony-bundle

v2.0 2016-02-11 16:42 UTC

This package is auto-updated.

Last update: 2024-04-12 22:32:22 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score

A Symfony2 implementation of the OpenStack Identity API v2.0, built on top of it's security component.

You can use this bundle to add a token-based authentication mechanism. The token is sent using an HTTP header.

More information about the protocol can be found here: http://developer.openstack.org/api-ref-identity-v2.html

Installation

composer require treehouselabs/keystone-bundle:^2.0

Documentation

  1. Setup
  2. Defining services
  3. Authenticating

Notes

This bundle does not cover the complete OpenStack Indentity API spec. While we are pretty confident about the quality of this implementation thus far, and use it in production ourselves, we are not experts in this field. Use at your own risk.

Security

If you discover any security related issues, please email dev@treehouse.nl instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

Acknowledgements

Some parts are inspired by FOSUserBundle.

Credits