Skip to content

Commit

Permalink
Clean up README
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Apr 1, 2022
1 parent 9d71e76 commit 55c6d8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ const resp = await register(metadata, registrationEndpoint);
// !!!: resp may differ from metadata, the server MAY change values
```

An [OAuth 2.0 token][token] maybe optionally be given
after the callback parameter.
An [OAuth 2.0 token][token] maybe optionally be given as a third parameter.

## References

1. [Draft OAuth 2.0 Dynamic Client Registration Protocol][rfc]
1. [OAuth 2.0 Dynamic Client Registration Protocol][rfc]
1. [OAuth 2.0 Authorization Framework][token]

[rfc]: https://datatracker.ietf.org/doc/html/rfc7591 'OAuth 2.0 Dynamic Client Registration Protocol'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oauth-dyn-reg",
"version": "2.0.2",
"version": "2.0.0",
"description": "Implementation of draft OAuth 2.0 Dynamic Client Registration Protocol",
"main": "dist/index.js",
"engines": {
Expand Down

0 comments on commit 55c6d8d

Please sign in to comment.