jc-it/yii2-oauth2-server

The PHP League OAuth2 Server implementation for Yii2

Installs: 67

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2024-01-24 12:03 UTC

This package is auto-updated.

Last update: 2024-03-24 12:25:24 UTC


README

This extension provides The PHP League: OAuth 2.0 Server module for the Yii2 Framework.

The PHP League: OAuth 2.0 Server is a package that makes setting up a OAuth2 server easy.

Installation

The preferred way to install this extension is through composer.

Either run

$ composer require jc-it/yii2-oauth2-server

or add

"jc-it/yii2-oauth2-server": "^<latest version>"

to the require section of your composer.json file.

Configuration

  • module config
  • user repository config (in DI or module)

Credits