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 GitHub
parent ee25d773e0
commit d1629f2e2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
----------------