1
1
# Go JOSE
2
2
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
7
15
8
16
Package jose aims to provide an implementation of the Javascript Object Signing
9
17
and Encryption set of standards. This includes support for JSON Web Encryption,
10
18
JSON Web Signature, and JSON Web Token standards.
11
19
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
-
16
20
** Disclaimer** : This library contains encryption software that is subject to
17
21
the U.S. Export Administration Regulations. You may not export, re-export,
18
22
transfer 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
39
43
This is to avoid differences in interpretation of messages between go-jose and
40
44
libraries in other languages.
41
45
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
-
53
46
### Supported algorithms
54
47
55
48
See below for a table of supported algorithms. Algorithm identifiers match
0 commit comments