OAuth 2.0
Resonance provides built-in support for OAuth 2.0 by integrating the thephpleague/oauth2-server library.
Resonance provides a way to set up all aspects of OAuth 2.0 integrations through PHP attributes and comes in with sensible configuration defaults. It also integrates with other framework's features.
Authorization Code Grant
Learn how to add methods of acquiring access tokens.
Configuration
Learn how to configure OAuth 2.0 server.
Enabling Grants
Learn how to add methods of acquiring access tokens.
Installation
Learn how to setup the application environment to use OAuth 2.0.
Persistent Data
Learn how to persist OAuth2 data.