You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During a grant request, a client should be able to specify any subjects they might want to acquire information on from the RS. GNAP achieves this through the subject field, though this is currently unimplemented in the OP spec.
Grant request body should allow for either access_token or subject to be optional: i.e. a grant request can contain just access_token, just subject, both access_token and subject, but cannot be empty
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
**Note: we can reuse the changes/commits from **https://github.com/interledger/open-payments/pull/504
During a grant request, a client should be able to specify any subjects they might want to acquire information on from the RS. GNAP achieves this through the subject field, though this is currently unimplemented in the OP spec.
Subject Information field specification
TODOs:
sub_id_formats
andsub_ids
keys) to the Grant Request body spec:Example:
access_token
to be optional in request bodyaccess_token
orsubject
to be optional: i.e. a grant request can contain justaccess_token
, justsubject
, bothaccess_token
andsubject
, but cannot be emptyThe text was updated successfully, but these errors were encountered: