Skip to content

Commit

Permalink
Regenerate README
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed May 4, 2020
1 parent f251bc4 commit 2029922
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -237,7 +237,7 @@ It must have the following properties:

- `{String} rev` Revision string for the public key used to verify the token. You can use this to identify tokens that become invalid when a [PubKeyStore.events.change](https://github.com/davedoesdev/pub-keystore#pubkeystoreeventschangeuri-rev-deleted) event occurs for the same issuer but with a different revision string.

- `{`[`Fido2AssertionResult`](https://apowers313.github.io/fido2-lib/Fido2AssertionResult.html)`} [assertion_result]` If `config.WEBAUTHN_MODE` was passed truthy to [`module.exports`](#moduleexportsconfig-cb) then this contains the validated assertion.
- `{`[`Fido2AssertionResult`](https://apowers313.github.io/fido2-lib/Fido2AssertionResult.html)`} [assertion_result]` If `config.WEBAUTHN_MODE` was passed truthy to [`module.exports`](#moduleexportsconfig-cb) then this contains the validated assertion, plus the issuer ID in the `issuer_id` property.

<sub>Go: [TOC](#tableofcontents) | [AuthorizeJWT.prototype](#toc_authorizejwtprototype)</sub>

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "authorize-jwt",
"description": "Simple JSON Web Token authorization",
"version": "7.2.1",
"version": "7.2.2",
"homepage": "https://github.com/davedoesdev/authorize-jwt",
"author": {
"name": "David Halls",
Expand Down
2 changes: 1 addition & 1 deletion wdio.conf.js
Expand Up @@ -296,4 +296,4 @@ exports.config = {
*/
//onReload: function(oldSessionId, newSessionId) {
//}
}
};

0 comments on commit 2029922

Please sign in to comment.