0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/integration-tests
simeng-li 88f568f3c5
feat(core): add suctom scopes.updated hook events (#5880)
* feat(core): add suctom scopes.updated hook events

add scopes.updated hook event to role creation api

* chore(core): add dev feature guard

add dev feature gurad

* feat(core): fetch scopes details and return to the hook

fetch scopes details and return to the hook

* refactor(core): mark deprecated body of roles/:id/scopes api

mark deprecated body of roles/:id/scopes api

* fix(test): fix unit test

fix unit test
2024-05-17 17:25:31 +08:00
..
src feat(core): add suctom scopes.updated hook events (#5880) 2024-05-17 17:25:31 +08:00
CHANGELOG.md release: version packages (#5684) 2024-05-14 20:27:55 +08:00
jest-puppeteer.config.js
jest.config.js refactor(test): add integration tests for org token grant 2023-11-09 16:57:33 +08:00
jest.config.ui.js refactor(test): add integration tests for org token grant 2023-11-09 16:57:33 +08:00
jest.setup.api.js refactor: use ky in integration tests (#5584) 2024-03-29 10:10:13 +00:00
jest.setup.js refactor: use ky in integration tests (#5584) 2024-03-29 10:10:13 +00:00
package.json feat: default user role (#5872) 2024-05-17 16:02:05 +08:00
tsconfig.json refactor(test): add integration tests for org token grant 2023-11-09 16:57:33 +08:00
tsconfig.test.json
ui-test-sequencer.js