Update 'README.md'

This commit is contained in:
AJ ONeal 2017-08-07 22:07:17 +00:00
parent 4bd983e154
commit 33797817af
1 changed files with 7 additions and 1 deletions

View File

@ -59,6 +59,10 @@ but also in the home.
* human-friendly * human-friendly
* machine-friendly * machine-friendly
* no developer required * no developer required
### OAuth2 compatibility
For compatibility with OAuth2 the `access_token` and `refresh_token` urls will be defined, but they are not defined presently.
# Implementation Details # Implementation Details
OAuth3 is intended to work in URL-based flows such as `https://`, `app://`, and (ostensibly) `dat://`. OAuth3 is intended to work in URL-based flows such as `https://`, `app://`, and (ostensibly) `dat://`.
@ -349,4 +353,6 @@ https://azp.tld/.well-known/oauth3/callback.html#/
&scope=<<token.scp>> &scope=<<token.scp>>
&state=<<params.state>> &state=<<params.state>>
&debug=false &debug=false
``` ```
## OAuth3 Token Issuance, Endpoints, and Process