Files
opencloud/changelog/unreleased/switch-jwt-lib.md
David Christofas b8150f25b8 switch jwt library
The old library github.com/dgrijalva/jwt-go is now unmaintained and was replaced by the community maintained fork github.com/golang-jwt/jwt
2021-08-12 16:53:17 +02:00

305 B

Enhancement: Replace unmaintained jwt library

The old library github.com/dgrijalva/jwt-go is unmaintained and was replaced by the community maintained fork github.com/golang-jwt/jwt.

https://github.com/owncloud/ocis/pull/2386