Skip to content

Commit

Permalink
Add action
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang committed Apr 21, 2021
1 parent a871de7 commit 32c55da
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions authentication-scheme.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ The payloads are transmitted in the form of JSON.

<pre>
{
"grant_type": "signature",
"action": "Authentication",
"grant_type": "Signature",
"allowed_algorithms": ["ECDSA-P256"],
"network": 5195086,
"nonce": "13458238842203010919",
Expand All @@ -41,9 +42,13 @@ The payloads are transmitted in the form of JSON.
}
</pre>

=====action=====

This field should be fixed to <code>"Authentication"</code> and can be extended in the future to support more actions.

=====grant_type=====

This field should be fixed to <code>"signature"</code> and can be extended in the future to support more authentication schemes.
This field should be fixed to <code>"Signature"</code> and can be extended in the future to support more authentication schemes.

=====allowed_algorithms=====

Expand Down

0 comments on commit 32c55da

Please sign in to comment.