api-client/packages/hoppscotch-backend/src
2023-02-08 15:48:40 +05:30
..
auth chore: changed const names in subscriptionContextCookieParser 2023-02-08 15:48:40 +05:30
decorators refactor: refactored gql-user-decorator to work for subscriptions 2023-02-08 14:23:27 +05:30
guards refactor: refactored gql-auth-guard to work for websocket based subscriptions 2023-02-08 14:20:51 +05:30
mailer fix: fixed all issues raised in initial PR review 2023-01-30 18:55:53 +05:30
plugins chore: added gql decorator and complexity plugin 2022-12-07 23:09:15 +05:30
prisma fix: fixed improper imports in auth module 2023-01-09 18:56:40 +05:30
pubsub chore: pulled from main 2023-01-24 15:24:11 +06:00
types fix: fixed all issues raised in initial PR review 2023-01-30 18:55:53 +05:30
user chore: moved auth utility functions to auth/helper.ts from src/utils.ts 2023-02-01 18:47:11 +05:30
user-environment fix: updated resolver pubsub topic name 2023-01-23 09:54:20 +05:30
user-history test: fixed date issue in user-history test 2023-02-02 19:09:26 +05:30
user-settings fix: changed user type to AuthUser in user-settings resolver 2023-02-01 18:24:18 +05:30
app.module.ts refactor: changed onConnect function in subscriptionHandler to decode cookies for subscriptions 2023-02-08 14:36:01 +05:30
errors.ts fix: changed all refrences to passwordlessVerification to verificationTokens in auth module 2023-02-01 11:58:15 +05:30
main.ts chore: removed SIGNED_COOKIE_SECRET from cookieParser in main.ts and .env.example files 2023-02-08 14:18:39 +05:30
utils.ts chore: moved auth utility functions to auth/helper.ts from src/utils.ts 2023-02-01 18:47:11 +05:30