We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e1bd4 commit 5c4e596Copy full SHA for 5c4e596
middleware/jwt.go
@@ -52,7 +52,7 @@ const (
52
bearer = "Bearer"
53
)
54
55
-// Algorithims
+// Algorithms
56
const (
57
AlgorithmHS256 = "HS256"
58
0 commit comments