Closed sknebel closed 5 years ago
In IndieAuth and OAuth, scope is included only if it's different than the scope the client requested. I'd imagine the same would be true here.
Hadn't realized thats from OAuth, will add that reference then. https://tools.ietf.org/html/rfc6749#section-5.2
I think overriding the base_uri is a bad idea, so it can be removed. realm maybe, but I think I err towards removing it for now too, and potentially adding it back it if a use case comes up?
I changed the descriptions and removed those for now.
Right now it repeats a bunch of information, this maybe should be reduced?
base_uri
andrealm
can probably be removed(?). In IndieAuth,scope
is included in the response, does it make sense here?access_token
,token_type
andstate
are definitively staying.