Skip to content

Commit

Permalink
docs: update comments of SigningAlgorithm field (appleboy#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusnoseq authored May 19, 2020
1 parent b14510a commit f4a6a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_jwt.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type GinJWTMiddleware struct {
// Realm name to display to the user. Required.
Realm string

// signing algorithm - possible values are HS256, HS384, HS512
// signing algorithm - possible values are HS256, HS384, HS512, RS256, RS384 or RS512
// Optional, default is HS256.
SigningAlgorithm string

Expand Down

0 comments on commit f4a6a29

Please sign in to comment.