webpush-go icon indicating copy to clipboard operation
webpush-go copied to clipboard

Example repository broken

Open taran2k opened this issue 1 year ago • 0 comments

The example repository provided seems to be broken as a result of the upgrade to JWT v5. Running the example code results in the following error:

# github.com/golang-jwt/jwt/v5
vendor/github.com/golang-jwt/jwt/v5/token.go:20:9: error: expected signature or type name
   20 |         crypto.PublicKey | []uint8
      |         ^

taran2k avatar Jan 13 '25 18:01 taran2k