Update oauth2.rst

highlight the need to include index.php if pretty URL is not configured
This commit is contained in:
KajanM 2018-09-18 02:36:57 +05:30 committed by Morris Jobke
parent 1b3fa549f6
commit 960b2c9fbf
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

View File

@ -23,6 +23,8 @@ Please provide the OAuth2 application the following details:
Authorization endpoint: SERVER/apps/oauth2/authorize
Token endpoint: SERVER/apps/oauth2/api/v1/token
Note that the SERVER portion must include `index.php` at the end if pretty URL is not configured.
The access token
----------------