Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Typo fix #590

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/OidcConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ public static class Algorithms
public static class Symmetric
{
public const string HS256 = "HS256";
public const string HS384 = "HS284";
public const string HS384 = "HS384";
public const string HS512 = "HS512";
}

Expand Down
Loading