Skip to content

Commit

Permalink
Update epicJWTusingNimbusJava.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmano1 authored Jul 4, 2024
1 parent a61bcb1 commit 2700bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epicJWTusingNimbusJava.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This function generates a JSON Web Token (JWT) following the Nimbux (Javascript Object Signing and Encryption) standard
* This function generates a JSON Web Token (JWT)
* for communication with EPIC's FHIR (Fast Healthcare Interoperability Resources) server. (That was the specific use case)
* IMPORTANT: most RSA keys are in the wrong format, use:
* openssl pkcs8 -topk8 -inform PEM -outform PEM -in myprivatekey.pem -out my_private_key_pkcs8.pem -nocrypt
Expand Down

0 comments on commit 2700bed

Please sign in to comment.