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
- Host: GitHub
- URL: https://github.com/rdey/stormpathbundle
- Owner: rdey
- License: mit
- Created: 2015-04-23T12:31:12.000Z (almost 11 years ago)
- Default Branch: dev
- Last Pushed: 2016-11-15T11:36:01.000Z (about 9 years ago)
- Last Synced: 2025-04-09T20:30:29.255Z (10 months ago)
- Topics: bundle, php71, php72, php73, php74, php80, php81, php82, sf34
- Language: PHP
- Size: 72.3 KB
- Stars: 5
- Watchers: 14
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: Security/Authentication/StormpathUsernamePasswordAuthenticationProvider.php
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.