Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.01 KB

intro-about-yii2-oauth2-server.md

File metadata and controls

19 lines (14 loc) · 1.01 KB

About the Yii2-Oauth2-Server

What is the Yii2-Oauth2-Server?

The Yii2-Oauth2-Server is a Yii2 specific implementation for the PHP League's OAuth2 Server which supports the following RFCs:

On top of Oauth 2.0 the server also supports OpenID Connect Core

Its aim is to provide a quick and secure way to add Oauth 2.0 and OpenID Connect support to any Yii2 project. It does this for example by encrypting secrets and providing interfaces and traits for your existing User model and component so that they don't have to be replaced.