Skip to content

Commit

Permalink
Clarify placement of helper method in example
Browse files Browse the repository at this point in the history
  • Loading branch information
rewritten committed Aug 24, 2021
1 parent fb3f4eb commit 337d923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -392,6 +392,7 @@ JWT.decode token, hmac_secret, true,
verify_iss: true,
algorithm: 'HS256'

# somewhere in the same class:
def valid_issuer?(issuer)
# custom validation
end
Expand Down

0 comments on commit 337d923

Please sign in to comment.