Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(authentication): provider email/id matching not working properly #601

Merged
merged 45 commits into from
Apr 21, 2023

Conversation

kkopanidis
Copy link
Contributor

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other (please describe)

Does this PR introduce a breaking change?

  • Yes
  • No

The PR fulfills these requirements:

  • It's submitted to the main branch
  • When resolving a specific issue, it's referenced in the PR's description (e.g. fix #xxx, where "xxx" is the issue number)

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature

Other information:

…only behaviour

feat(module-tools): new module to handle module-specific operations
refactor(module-tools): rework ModuleManager, ManagedModule to a combined class
refactor(module-tools): move metrics property to grpc-sdk
chore(authorization): optimize imports & cleanup code
chore(database): optimize imports & cleanup code
chore(forms): optimize imports & cleanup code
chore(functions): optimize imports & cleanup code
chore(push-notifications): optimize imports & cleanup code
chore(router): optimize imports & cleanup code
chore(sms): optimize imports & cleanup code
chore(storage): optimize imports & cleanup code
chore(commons): optimize imports & cleanup code
refactor(module-tools): use correct MetricType in metrics
# Conflicts:
#	modules/authentication/src/handlers/oauth2/apple/apple.ts
#	modules/storage/src/Storage.ts
fix(module-tools): duplicate grpcSdk set
fix(module-tools): initial module health triggering before start
refactor(module-tools): add module.proto for setConfig requests
refactor: remove setConfig requests from modules
refactor: remove custom Empty message type and replace with google's
refactor(core): change updateRequest/generateProto requests/types conflict with router/database
refactor(grpc-sdk): remove forms/functions empty services
feat(grpc-sdk): assign ConduitModuleDefinition to unknown registered modules
feat(module-tools): initialize modules with at least health and ConduitModuleDefinition
refactor(storage): remove empty import
@kkopanidis kkopanidis merged commit 4f34ea9 into main Apr 21, 2023
1 of 2 checks passed
@kkopanidis kkopanidis deleted the fix-auth branch April 21, 2023 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants