* feat(core): implement application user consent organizations api
implement application user consent organizations api
* test(core): add api integration tests
add api integration tests
* feat(console,phrases): add new third-party applicaiton to the guide library
add new third-party applicaiton to the guide library
* fix(test): fix rebase issue
fix rebase issue
* feat(console): hide some fields for third-party apps
hide some form fields for third-party apps
* feat(console): add application branding tab
add application branding tab
* fix(console): fix fields not updated after logo deletion bug
fix fields not updated after logo deletion bug
* fix(console): fix the third-party hidden fields
fix the third-party hidden fields logic
* fix(console): fix style class not found error
fix style class not found error
* fix(console): force bool type for the thirdPartyApplicaitonEnabled variable
force bool type for the thirdPartyApplicaitonEnabled variable
* feat(console,phrases): add new third-party applicaiton to the guide library
add new third-party applicaiton to the guide library
* refactor(phrases,console): refactor the application details form
refactor the application details form, merge advance settings to settings
* fix(console): fix the application details page tab style
fix the application details page tab container style
* fix(test): fix rebase issue
fix rebase issue
* feat(console,phrases): add new third-party applicaiton to the guide library
add new third-party applicaiton to the guide library
* feat(console,phrases): add third party app list page
add third party app list page
* fix(console): fix page size
fix page size
* fix(console): fix rebase issue
fix rebase issue
* fix(test): fix rebase issue
fix rebase issue
* feat(console,phrases): add new third-party applicaiton to the guide library
add new third-party applicaiton to the guide library
* fix(test): adjust the test order
adjust the test order
* fix(phrases): add untranslated tag
add untranslated tag
* refactor(core): add koaAutoConsent middleware
Add koaAutoConsent middleware to allow auto consent and redirect direactly from the server side.
* refactor(core): use koaMount to apply the consent middleware
use koaMount to apply the consent middleware
* feat(test): update the integration tests
update the integration tests
* fix(test): update the unit test for consent
update the unit test for consent