You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the code uses github.com/dgrijalva/jwt-go which is archived/no longer maintained. A good alternative is github.com/golang-jwt/jwt. There are a few API changes to adapt to so this is not a drop in replacement.