Skip to content

Commit

Permalink
Merge pull request #434 from willemli/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mans0954 authored Oct 28, 2020
2 parents 026edf2 + bf83d23 commit cb39845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ To select hashing algorithm, use:
```js
...
signatureAlgorithm: 'sha1' // (default, but not recommended anymore these days)
signatureAlgorithm: 'sha256', // (preffered - your IDP should support it, otherwise think about upgrading it)
signatureAlgorithm: 'sha256', // (preferred - your IDP should support it, otherwise think about upgrading it)
signatureAlgorithm: 'sha512' // (most secure - check if your IDP supports it)
...
```
Expand Down

0 comments on commit cb39845

Please sign in to comment.