ankitsridhar16
|
bc55af27a7
chore: updated user environment to use PubSub instead of SubscriptionHandler
|
2 years ago |
ankitsridhar16
|
a0006f73ac
chore: added message types to PubSub Service
|
2 years ago |
Balu Babu
|
f79070fe60
test: wrote tests for user service file
|
2 years ago |
Balu Babu
|
b238f3d060
fix: fixed magic-link account creation bug
|
2 years ago |
Balu Babu
|
a6ad86bd59
chore: replaced hardcoded values with env variables in app.module.ts, main.ts and utils.ts
|
2 years ago |
Balu Babu
|
60e2ef7cda
Merge pull request #3 from hoppscotch/feat/user-environments
|
2 years ago |
Balu Babu
|
cde0ba11fa
fix: changed the return type of delete many subscription to number from user-environment type
|
2 years ago |
Balu Babu
|
da9fcd1087
refactor: changed the return type of deleteUserEnvironments method to number from void
|
2 years ago |
Balu Babu
|
8929b37dbe
fix: changed return type of deleteUserEnvironment mutation to boolean in user-environments resolver
|
2 years ago |
Balu Babu
|
509604833e
chore: cleaned unwanted imports in auth module
|
2 years ago |
Mir Arif Hasan
|
08ac9680d7
fix: keeping timestamp without timezone
|
2 years ago |
ankitsridhar16
|
ca5404a93b
chore: updated ts config with review changes
|
2 years ago |
ankitsridhar16
|
f6f4547af3
chore: introduced string to json from user-settings and moved types
|
2 years ago |
ankitsridhar16
|
669f8b0431
chore: made review changes for resolvers and introduced stringToJson from user-settings
|
2 years ago |
ankitsridhar16
|
86aa0251ab
chore: made review changes
|
2 years ago |
ankitsridhar16
|
2252048d2e
chore: updated module type name
|
2 years ago |
Balu Babu
|
53571a7d72
refactor: logout route now just returning 200 status code not redirecting to app_domain
|
2 years ago |
ankitsridhar16
|
0a469f4ccf
chore: introduced subscription handler and fixed requested review changes
|
2 years ago |
ankitsridhar16
|
d10ed664bf
chore: updated test cases with requested changes to handle publishing seperately
|
2 years ago |
ankitsridhar16
|
4aad8d36a9
chore: updated comment for Subscription Type and updated JSDoc for publish
|
2 years ago |
ankitsridhar16
|
3e9295f313
chore: added review changes for updating mutations and naming for descriptions
|
2 years ago |
ankitsridhar16
|
6aa66e99b5
chore: added review changes for description
|
2 years ago |
Balu Babu
|
c38ad89cd7
chore: made the required changes in auth and user modules to accommodate changes made in user schema
|
2 years ago |
Balu Babu
|
8fdcc5dd50
chore: changed the names of properties for User in prisma and user.model
|
2 years ago |
Balu Babu
|
364381f017
chore: changed the schema of database to only store timestamp without timezone info
|
2 years ago |
Balu Babu
|
9433aa503b
chore: removed duplicate me query in user module
|
2 years ago |
Balu Babu
|
82dee95cd0
chore: added types to createProviderAccount ,ethod in auth.service file
|
2 years ago |
Balu Babu
|
813db4a985
feat: added route to log users out
|
2 years ago |
Balu Babu
|
c63bc28ca0
feat: microsoft SSO auth completed
|
2 years ago |
ankitsridhar16
|
29e74a2c9e
feat: added subscription handler as a provider for user environment module
|
2 years ago |
ankitsridhar16
|
80fdc6005b
chore: added comments to certain fields
|
2 years ago |
ankitsridhar16
|
9e25aa1f9f
feat: introducing new subscription handler interface and user defined/primitive types
|
2 years ago |
ankitsridhar16
|
f58d5d28cf
chore: added error messages and updated existing error messages
|
2 years ago |
Balu Babu
|
81cb0d43d7
fix: added scope for github strategy in auth module
|
2 years ago |
Andrew Bastin
|
9d7052c626
chore: add CODEOWNERS
|
2 years ago |
Balu Babu
|
4edd0e0ab7
chore: added new github auth environment variables into .env.example
|
2 years ago |
Balu Babu
|
a3d60d393b
chore: removed rouge file called typescript from repo
|
2 years ago |
Balu Babu
|
311ab67ebe
feat: github login added
|
2 years ago |
Balu Babu
|
1f581e7b51
chore: added logic to create and add google accoun to pre-existing user accounts
|
2 years ago |
Balu Babu
|
5fe934110e
fix: fixed the timestamp comparison login in verifyPasswordlessTokens route
|
2 years ago |
Balu Babu
|
f4df8873be
feat: google sso auth added
|
2 years ago |
Balu Babu
|
6f4c5d7195
chore: created .env.example file to store env variables
|
2 years ago |
Balu Babu
|
06f1c2fba2
refactor: refactored a few types around users and passwordless tokens in auth module
|
2 years ago |
Balu Babu
|
36b32a1813
feat: /refresh route complete along with refresh token rotation
|
2 years ago |
Balu Babu
|
d3a43cb65f
chore: created and added new errors in jwt.strategy.ts file
|
2 years ago |
Balu Babu
|
d98e7b9416
refactor: created utlility functions for setting cookies and handling redirects
|
2 years ago |
Balu Babu
|
fc284fd0a2
feat: magic-link auth complete
|
2 years ago |
Masaki Tagawa
|
5841d2eb66
chore(i18n): update i18n translations
|
2 years ago |
Balu Babu
|
0c154be04e
chore: manually committing auth module to remoter
|
2 years ago |
Balu Babu
|
90bc0483ae
fix: fixed improper imports in auth module
|
2 years ago |