11# Go JOSE
22
3- [ ![ godoc] ( https://pkg.go.dev/badge/github.com/go-jose/go-jose/v3.svg )] ( https://pkg.go.dev/github.com/go-jose/go-jose/v3 )
4- [ ![ godoc] ( https://pkg.go.dev/badge/github.com/go-jose/go-jose/v3/jwt.svg )] ( https://pkg.go.dev/github.com/go-jose/go-jose/v3/jwt )
5- [ ![ license] ( https://img.shields.io/badge/license-apache_2.0-blue.svg?style=flat )] ( https://raw.githubusercontent.com/go-jose/go-jose/master/LICENSE )
6- [ ![ test] ( https://img.shields.io/github/checks-status/go-jose/go-jose/v3 )] ( https://github.com/go-jose/go-jose/actions )
3+ ### Versions
4+
5+ [ Version 4] ( https://github.com/go-jose/go-jose )
6+ ([ branch] ( https://github.com/go-jose/go-jose/ ) ,
7+ [ doc] ( https://pkg.go.dev/github.com/go-jose/go-jose/v4 ) , [ releases] ( https://github.com/go-jose/go-jose/releases ) ) is the current stable version:
8+
9+ import "github.com/go-jose/go-jose/v4"
10+
11+ The old [ square/go-jose] ( https://github.com/square/go-jose ) repo contains the prior v1 and v2 versions, which
12+ are deprecated.
13+
14+ ### Summary
715
816Package jose aims to provide an implementation of the Javascript Object Signing
917and Encryption set of standards. This includes support for JSON Web Encryption,
1018JSON Web Signature, and JSON Web Token standards.
1119
12- ** Help Wanted!** If you'd like to help us develop this library please reach
13- out to css (at) css.bio. While I'm still working on keeping this maintained,
14- I have limited time for in-depth development and could use some additional help.
15-
1620** Disclaimer** : This library contains encryption software that is subject to
1721the U.S. Export Administration Regulations. You may not export, re-export,
1822transfer or download this code or any part of it in violation of any United
@@ -39,17 +43,6 @@ of [case-insensitive matching](https://www.ietf.org/mail-archive/web/json/curren
3943This is to avoid differences in interpretation of messages between go-jose and
4044libraries in other languages.
4145
42- ### Versions
43-
44- [ Version 3] ( https://github.com/go-jose/go-jose )
45- ([ branch] ( https://github.com/go-jose/go-jose/tree/v3 ) ,
46- [ doc] ( https://pkg.go.dev/github.com/go-jose/go-jose/v3 ) , [ releases] ( https://github.com/go-jose/go-jose/releases ) ) is the current stable version:
47-
48- import "github.com/go-jose/go-jose/v3"
49-
50- The old [ square/go-jose] ( https://github.com/square/go-jose ) repo contains the prior v1 and v2 versions, which
51- are still useable but not actively developed anymore.
52-
5346### Supported algorithms
5447
5548See below for a table of supported algorithms. Algorithm identifiers match
0 commit comments