6a3d28350b
A Go implementation of JSON Web Tokens. This library supports the parsing and verification as well as the generation and signing of JWTs. Current supported signing algorithms are HMAC SHA, RSA, RSA-PSS, and ECDSA, though hooks are present for adding your own.
53 lines
2.8 KiB
Text
53 lines
2.8 KiB
Text
@comment $NetBSD: PLIST,v 1.1 2019/11/27 10:27:09 ng0 Exp $
|
|
bin/jwt
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/dgrijalva/jwt-go.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/dgrijalva/jwt-go/request.a
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/dgrijalva/jwt-go/test.a
|
|
gopkg/src/github.com/dgrijalva/jwt-go/LICENSE
|
|
gopkg/src/github.com/dgrijalva/jwt-go/MIGRATION_GUIDE.md
|
|
gopkg/src/github.com/dgrijalva/jwt-go/README.md
|
|
gopkg/src/github.com/dgrijalva/jwt-go/VERSION_HISTORY.md
|
|
gopkg/src/github.com/dgrijalva/jwt-go/claims.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/cmd/jwt/README.md
|
|
gopkg/src/github.com/dgrijalva/jwt-go/cmd/jwt/app.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/cmd/jwt/args.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/doc.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/ecdsa.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/ecdsa_test.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/ecdsa_utils.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/errors.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/example_test.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/hmac.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/hmac_example_test.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/hmac_test.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/http_example_test.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/map_claims.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/none.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/none_test.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/parser.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/parser_test.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/request/doc.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/request/extractor.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/request/extractor_example_test.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/request/extractor_test.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/request/oauth2.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/request/request.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/request/request_test.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/rsa.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/rsa_pss.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/rsa_pss_test.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/rsa_test.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/rsa_utils.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/signing_method.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/test/ec256-private.pem
|
|
gopkg/src/github.com/dgrijalva/jwt-go/test/ec256-public.pem
|
|
gopkg/src/github.com/dgrijalva/jwt-go/test/ec384-private.pem
|
|
gopkg/src/github.com/dgrijalva/jwt-go/test/ec384-public.pem
|
|
gopkg/src/github.com/dgrijalva/jwt-go/test/ec512-private.pem
|
|
gopkg/src/github.com/dgrijalva/jwt-go/test/ec512-public.pem
|
|
gopkg/src/github.com/dgrijalva/jwt-go/test/helpers.go
|
|
gopkg/src/github.com/dgrijalva/jwt-go/test/hmacTestKey
|
|
gopkg/src/github.com/dgrijalva/jwt-go/test/privateSecure.pem
|
|
gopkg/src/github.com/dgrijalva/jwt-go/test/sample_key
|
|
gopkg/src/github.com/dgrijalva/jwt-go/test/sample_key.pub
|
|
gopkg/src/github.com/dgrijalva/jwt-go/token.go
|