This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "fmt" | |
| "io/ioutil" | |
| "log" | |
| "net/http" | |
| "net/http/httptest" | |
| "net/http/httputil" | |
| "time" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "fmt" | |
| "io/ioutil" | |
| "net/http" | |
| "net/http/httptest" | |
| "net/http/httputil" | |
| "time" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package jws | |
| import ( | |
| "bytes" | |
| "crypto" | |
| "crypto/rsa" | |
| _ "crypto/sha256" | |
| "crypto/x509" | |
| "encoding/base64" | |
| "encoding/binary" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Certificate: | |
| Data: | |
| Version: 3 (0x2) | |
| Serial Number: | |
| 6a:4a:0f:86:8d:0c:26:be:7a | |
| Signature Algorithm: sha256WithRSAEncryption | |
| Issuer: CN=dev-ejtl988w.auth0.com | |
| Validity | |
| Not Before: Oct 29 22:07:22 2019 GMT | |
| Not After : Jul 7 22:07:22 2033 GMT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package jws | |
| import ( | |
| "bytes" | |
| "crypto" | |
| "crypto/rsa" | |
| _ "crypto/sha256" | |
| "encoding/base64" | |
| "encoding/binary" | |
| "math/big" |
NewerOlder