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