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