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
These Backend Unit Tests fail due to an expired JWT (see this workflow)
in /backend/src/jwt/decode.spec.ts
● decode › given valid JWT › and corresponding user in the database › returns user object without email
● decode › given valid JWT › and corresponding user in the database › sets lastActiveAt
● decode › given valid JWT *** › and corresponding user in the database › updates lastActiveAt for every authenticated request
🐛 Bugreport
These Backend Unit Tests fail due to an expired JWT (see this workflow)
in
/backend/src/jwt/decode.spec.ts
Reason
The token is expired: https://github.com/Ocelot-Social-Community/Ocelot-Social/blob/master/backend/src/jwt/decode.spec.ts#L24
Suggested solutions
The text was updated successfully, but these errors were encountered: