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 7d0f617 commit 2f15937Copy full SHA for 2f15937
.github/workflows/deploy_docs.yml
@@ -20,6 +20,8 @@ jobs:
20
bundler-cache: true
21
- name: Install yard
22
run: gem install yard
23
+ - name: Install redcarpet
24
+ run: gem install redcarpet
25
- name: Build docs
26
run: yard
27
- name: Deploy
lib/jwt/encoded_token.rb
@@ -63,7 +63,6 @@ def payload
63
# Sets or returns the encoded payload of the JWT token.
64
#
65
# @return [String] the encoded payload.
66
- # @param value [String] the encoded payload to set.
67
attr_accessor :encoded_payload
68
69
# Returns the signing input of the JWT token.
0 commit comments