SherClockHolmes / webpush-go

Web Push API Encryption with VAPID support.
MIT License
312 stars 67 forks source link

Replace "dgrijalva/jwt-go" with "golang-jwt/jwt" #43

Closed ghost closed 2 years ago

ghost commented 2 years ago

Fixes https://github.com/SherClockHolmes/webpush-go/issues/42.

$ go test
PASS
ok      github.com/SherClockHolmes/webpush-go   0.249s
SherClockHolmes commented 2 years ago

@ryannjohnson-range Thanks for fixing this.