From 152b1c9a1a1638e2058e33faee9a3bb2ca11ec5a Mon Sep 17 00:00:00 2001 From: pacmano1 <44065187+pacmano1@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:23:40 -0500 Subject: [PATCH] Update epicJWTforBackend.js --- epicJWTforBackend.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epicJWTforBackend.js b/epicJWTforBackend.js index 182ed5d..fc7a55e 100644 --- a/epicJWTforBackend.js +++ b/epicJWTforBackend.js @@ -5,8 +5,8 @@ // var navigator = {} // fake the fact we have no browser // var window = {} // -// On Epic dev portal, you will need to upload your public key (their documentation is clear -// on generating your required rsa keys) and retreive your ClientID +// On Epic dev portal, you will need to upload your public key, their documentation is clear +// on generating your required rsa private and public keys and retreive your ClientID // Transformer code: