b52c932636
* Added user registration process * Added user password reset process * Added user email verification proccess * update token id to return custom claims * update access token instrospection to return user custom claims * Migrated to Doctrine ORM ( from eloquent) * Added User CRUD * Added User Groups CRUD * Refactoring * Bug Fixing * added user registration oauth2 endpoint POST /api/v1/user-registration-requests payload * first_name ( required ) * last_name ( required) * email ( required ) * country ( optional ) scope user-registration ( private scope) Change-Id: I36e8cd4473ccad734565051442e2c6033b204f27 |
||
---|---|---|
.. | ||
DefaultLoginStrategy.php | ||
DirectResponseStrategy.php | ||
DisplayResponseJsonStrategy.php | ||
DisplayResponseStrategyFactory.php | ||
DisplayResponseUserAgentStrategy.php | ||
IConsentStrategy.php | ||
IDisplayResponseStrategy.php | ||
ILoginStrategy.php | ||
IndirectResponseQueryStringStrategy.php | ||
IndirectResponseUrlFragmentStrategy.php | ||
OAuth2AuthenticationStrategy.php | ||
OAuth2ConsentStrategy.php | ||
OAuth2LoginStrategy.php | ||
OpenIdAuthenticationStrategy.php | ||
OpenIdConsentStrategy.php | ||
OpenIdLoginStrategy.php | ||
PostResponseStrategy.php | ||
StrategyProvider.php |