Popular Packages
-
-
PHP
gcgov/framework-service-user-crud
Implement standard CRUD routes to manage the user collection. Even if your app doesn't provide a custom user model (`\app\models\user`), your auth or database service may provide you with a standard user model that implements (`\gcgov\framework\interfaces\auth\user`).
-
-
-
-
-
-
-
-
PHP
gcgov/framework-service-auth-oauth-server
Plugin enables a full fledged oauth server generating access and refresh tokens. Authentication can be provided as username/password or via third party Oauth providers.
-
-
-
PHP
sergey-yabloncev/yandex-market-php-common
Yandex PHP Common is a library that provides base SDK functionality.
-
PHP
gcgov/framework-service-auth-ms-front
Plugins enables the exchange of a Microsoft access token for an application access token. The service assumes the user's front end will handle the authentication flow to acquire and manage the expiration of the Microsoft access token. When the framework app's token expires, user must re-exchange a valid Microsoft access token for an updated app access token. There are no app refresh tokens or mechanisms.