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

https://github.com/rdey/stormpathbundle

A bundle for integrating Stormpath with Symfony
https://github.com/rdey/stormpathbundle

bundle php71 php72 php73 php74 php80 php81 php82 sf34

Last synced: 7 months ago
JSON representation

A bundle for integrating Stormpath with Symfony

Awesome Lists containing this project

README

          

# RedeyeStormpathBundle

This bundle integrates Stormpath into Symfony.

## Installation via Composer

composer require redeye/stormpath-bundle

## Configuration
Register the bundle:

```php
get('mygroup');` to get the appropriate href.
* Setting a custom data property named "role" on an application, a directory or a group, all users in that application/directory/group will get that role.

## Not yet implemented

There's still a bunch of things not yet implemented in the bundle. These include (but the list is not exhaustive):

* Social login
* ID Sites (for SSO)
* SAML
* Token Auth
* MFA
* Active Directory

We do accept pull requests, if you need one of these features and feel up to implement it.