mkdir my-oauth2-walkthrough cd my-oauth2-walkthrough git clone https://github.com/bshaffer/oauth2-server-php.git -b master Define your Schema Now use the following schema to create the default database: MySQL / SQLite / PostgreSQL / MS SQL Server CREATE TABLE oauth_clients ( client_id VARCHAR(80) NOT NULL, client_secret VARCHAR(80), redirect_uri VARCHAR(2000), grant_types VARCHAR(80), scope VARCHA
{{#tags}}- {{label}}
{{/tags}}