Download the PHP package api-skeletons/oauth2-doctrine-console without Composer
On this page you can find all versions of the php package api-skeletons/oauth2-doctrine-console. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download api-skeletons/oauth2-doctrine-console
More information about api-skeletons/oauth2-doctrine-console
Files in api-skeletons/oauth2-doctrine-console
Package oauth2-doctrine-console
Short Description Console management of an OAuth2 for Doctrine Server for Laminas
License MIT
Informations about the package oauth2-doctrine-console
Console Management of an OAuth2 for Doctrine Server for Laminas
About
This repository provides console routes to manage an OAuth2 for Doctrine server.
Installation
Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.
Add this module to your application's configuration:
Console Routes
-
oauth2:client:createCreate a new client with or without a user. -
oauth2:client:updateUpdate a client. -
oauth2:client:deleteDelete a client. -
oauth2:client:listList all clients. -
oauth2:scope:createCreate a scope. -
oauth2:scope:updateUpdate a scope. -
oauth2:scope:deleteDelete a scope. -
oauth2:scope:listList all scopes. -
oauth2:public-key:createCreate the public/private key record for the given client. This data is used to sign JWT access tokens. Each client may have only one key pair. -
oauth2:public-key:deleteRemove the key pair public key from a client. -
oauth2:jwt:createCreate a new JWT for a given client. This JWT will be used by an oauth2 connection requesting a grant_type ofurn:ietf:params:oauth:grant-type:jwt-bearer. Creating the JWT puts the oauth2 connection request's public key in place in the OAuth2 tables. -
oauth2:jwt:deleteDelete a JWT. oauth2:jwt:listList all JWT.
For the connecting side of JWT see http://bshaffer.github.io/oauth2-server-php-docs/grant-types/jwt-bearer/
All versions of oauth2-doctrine-console with dependencies
api-skeletons/oauth2-doctrine Version ^5.0
laminas/laminas-mvc-console Version ^1.2