This repository was archived by the owner on Aug 3, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- package : github.com/30x/go-scaffold
15
+ package : github.com/apid/goscaffold
16
16
import :
17
17
- package : github.com/SermoDigital/jose
18
18
subpackages :
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ import (
36
36
)
37
37
38
38
const (
39
- validJWTSigner = "https://raw.githubusercontent.com/30x /goscaffold/master/testkeys/jwtcert.json"
40
- invalidJWTSigner = "https://raw.githubusercontent.com/30x /goscaffold/master/testkeys/notfound.json"
39
+ validJWTSigner = "https://raw.githubusercontent.com/apid /goscaffold/master/testkeys/jwtcert.json"
40
+ invalidJWTSigner = "https://raw.githubusercontent.com/apid /goscaffold/master/testkeys/notfound.json"
41
41
)
42
42
43
43
var (
@@ -629,9 +629,9 @@ func createJWT() []byte {
629
629
630
630
claims := jws.Claims {}
631
631
now := time .Now ()
632
- claims .SetAudience ("http://github.com/30x /goscaffold" )
633
- claims .SetIssuer ("http://github.com/30x /goscaffold" )
634
- claims .SetSubject ("http://github.com/30x /goscaffold" )
632
+ claims .SetAudience ("http://github.com/apid /goscaffold" )
633
+ claims .SetIssuer ("http://github.com/apid /goscaffold" )
634
+ claims .SetSubject ("http://github.com/apid /goscaffold" )
635
635
claims .SetIssuedAt (now )
636
636
claims .SetNotBefore (now )
637
637
claims .SetExpiration (now .Add (time .Hour ))
You can’t perform that action at this time.
0 commit comments