Skip to content

Commit 806641e

Browse files
authored
Merge pull request #26 from byu-oit/v3
Note how much of a non-issue the openssl change is
2 parents 14fe04f + dc6f0db commit 806641e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ This package provides helpful functions for using validating and using BYU's JWT
2525
## Migrate from v2 to v3
2626
* `getPublicKey` has been [removed](https://github.com/byu-oit/byu-jwt-nodejs/commit/fe16edddd1f59a4f6c37acc29d9a20b5878626bd) - If you were using it, look into the new `getPem` function
2727
* Ensure that the [`openssl`](https://nodejs.org/en/docs/meta/topics/dependencies/#openssl) shipped with your version of Node supports the algorithms you need - We're now using that instead of expecting an `openssl` executable to be found on the system.
28+
* This is probably a non-issue because our JWTs have been using RSA-256, which `openssl` has supported for _years_.
2829

2930
## API
3031

0 commit comments

Comments
 (0)