-
-
Notifications
You must be signed in to change notification settings - Fork 438
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
feat(core,test,schemas): add GET /configs/jwt-customizer API #5575
Merged
darcyYe
merged 1 commit into
master
from
yemq-log-8507-add-GET-configs-jwt-customizers-API
Mar 31, 2024
Merged
feat(core,test,schemas): add GET /configs/jwt-customizer API #5575
darcyYe
merged 1 commit into
master
from
yemq-log-8507-add-GET-configs-jwt-customizers-API
Mar 31, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
COMPARE TO
|
Name | Diff |
---|---|
packages/core/src/mocks/index.ts | 📈 +284 Bytes |
packages/core/src/libraries/cloud-connection.test.ts | 📈 +32 Bytes |
packages/core/src/libraries/logto-config.ts | 📈 +753 Bytes |
packages/core/src/libraries/sign-in-experience/index.test.ts | 📈 +32 Bytes |
packages/core/src/routes/init.ts | 📈 +6 Bytes |
packages/core/src/routes/logto-config.openapi.json | 📈 +8.41 KB |
packages/core/src/routes/logto-config.test.ts | 📈 +9.93 KB |
packages/core/src/routes/logto-config.ts | 📈 +11.16 KB |
packages/core/src/routes/logto-config/index.test.ts | 📈 +7.33 KB |
packages/core/src/routes/logto-config/index.ts | 📈 +5.63 KB |
packages/core/src/routes/logto-config/jwt-customizer.test.ts | 📈 +4.12 KB |
packages/core/src/routes/logto-config/jwt-customizer.ts | 📈 +6.44 KB |
packages/core/src/routes/logto-config/logto-config.openapi.json | 📈 +8.7 KB |
packages/integration-tests/src/mocks/jwt-customizer.ts | 📈 +293 Bytes |
packages/integration-tests/src/api/logto-config.ts | 📈 +154 Bytes |
packages/integration-tests/src/tests/api/logto-config.test.ts | 📈 +1.03 KB |
packages/schemas/src/types/logto-config/index.ts | 📈 +389 Bytes |
darcyYe
force-pushed
the
yemq-log-8507-add-GET-configs-jwt-customizers-API
branch
2 times, most recently
from
March 28, 2024 08:47
5966f1e
to
7f270aa
Compare
darcyYe
force-pushed
the
yemq-log-8507-add-GET-configs-jwt-customizers-API
branch
2 times, most recently
from
March 28, 2024 09:23
72639fd
to
facba7d
Compare
4 tasks
wangsijie
reviewed
Mar 29, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR title should start with "feat"?
darcyYe
changed the title
refactor(core): reorg and separate logto-config APIs into files
feat(core,test,schemas): add GET /configs/jwt-customizer API
Mar 29, 2024
Updated, the title was following the first commit message. |
darcyYe
force-pushed
the
yemq-log-8507-add-GET-configs-jwt-customizers-API
branch
3 times, most recently
from
March 29, 2024 08:08
7fda4c0
to
cb16094
Compare
wangsijie
approved these changes
Mar 30, 2024
darcyYe
force-pushed
the
yemq-log-8507-add-GET-configs-jwt-customizers-API
branch
from
March 31, 2024 06:51
cb16094
to
c1722c8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Testing
Covered by unit tests and integration tests.
Checklist
.changeset