mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
refactor: apply suggestions from code review
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
This commit is contained in:
parent
b50ba0b7e6
commit
6f0497d214
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
* - We cannot update demo app's OIDC client metadata via API, then it'll be tricky to add the
|
* - We cannot update demo app's OIDC client metadata via API, then it'll be tricky to add the
|
||||||
* backchannel logout URI conditionally (use environment variables looks not right).
|
* backchannel logout URI conditionally (use environment variables looks not right).
|
||||||
* - To trigger the backchannel logout on other apps, a [shared session](https://github.com/panva/node-oidc-provider/blob/f52140233146e77d0dcc34ee44fd2b95b488c8d9/lib/actions/end_session.js#L135)
|
* - To trigger the backchannel logout on other apps, a [shared session](https://github.com/panva/node-oidc-provider/blob/f52140233146e77d0dcc34ee44fd2b95b488c8d9/lib/actions/end_session.js#L135)
|
||||||
* is required, which requires we to sign in with all the apps in the same browser session. This
|
* is required, which requires us to sign in with all the apps in the same browser session. This
|
||||||
* sounds tricky. Since we can trust the `oidc-provider` library's implementation, we can just
|
* sounds tricky. Since we can trust the `oidc-provider` library's implementation, we can just
|
||||||
* test the backchannel logout feature of the Console application.
|
* test the backchannel logout feature of the Console application.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue