Skip to content

Commit 015d2fd

Browse files
committed
Update JWT domain.
1 parent f2fb06c commit 015d2fd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/FusionAuthClient.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3595,9 +3595,6 @@ export enum Algorithm {
35953595
HS256 = "HS256",
35963596
HS384 = "HS384",
35973597
HS512 = "HS512",
3598-
PS256 = "PS256",
3599-
PS384 = "PS384",
3600-
PS512 = "PS512",
36013598
RS256 = "RS256",
36023599
RS384 = "RS384",
36033600
RS512 = "RS512",

0 commit comments

Comments
 (0)