fix(security): make sure revoked keys dont auth
+ 1
- 0
app/services/gitServer/authorizationResolver.ts
@@ -81,6 +81,7 @@ const makeAuthorizationResolver: ServiceMethodFactory<
           where: {
             // password contains the publicKey instead of regular password
             key: password,
+            revoked: false,
           },
           include: {
             user: true,