From 33797817af8eaf10b1de88a0bb5eadcacbaf1a52 Mon Sep 17 00:00:00 2001 From: coolaj86 Date: Mon, 7 Aug 2017 22:07:17 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab1b908..7471fa3 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,10 @@ but also in the home. * human-friendly * machine-friendly * 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 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=<> &state=<> &debug=false -``` \ No newline at end of file +``` + +## OAuth3 Token Issuance, Endpoints, and Process \ No newline at end of file