refactor: rewrite get connected apps with RQ

This commit is contained in:
kasia.oczkowska
2024-04-11 13:29:11 +01:00
parent 897c96361f
commit b549ba3e39
9 changed files with 48 additions and 115 deletions

View File

@@ -40,9 +40,6 @@ export const authenticateUser = async (request, response, next) => {
const isAuthenticatedRule = rule()(isAuthenticated);
export const authenticationRules = {
Query: {
'*': isAuthenticatedRule,
},
Mutation: {
'*': isAuthenticatedRule,
forgotPassword: allow,