square / go-jose

An implementation of JOSE standards (JWE, JWS, JWT) in Go
1.98k stars 276 forks source link

Remove code from master, update readme #334

Closed csstaub closed 4 years ago

csstaub commented 4 years ago

@stfinney @mbyczkowski

This removes the code from the master branch, and points the v3 development links in the readme to the new go-jose/go-jose repository. I will keep v2 in this repo and work on v3 in the other repo so as to not break import paths.

mbyczkowski commented 4 years ago

@csstaub 👍