mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(console): remove session doc link (#1479)
This commit is contained in:
parent
d3094005f1
commit
bb790ce4d1
2 changed files with 2 additions and 6 deletions
|
@ -254,9 +254,7 @@ app.get('/callback', async (req, res) => {
|
|||
onButtonClick={() => props.onNext(5)}
|
||||
>
|
||||
|
||||
TODO: link to the "session & cookies" chapter in users reference.
|
||||
|
||||
You can clear tokens in session to sign out a user from this application. And check this link to read more about "sign out".
|
||||
You can clear tokens in session to sign out a user from this application.
|
||||
|
||||
```js
|
||||
app.get('/sign-out', (req, res) => {
|
||||
|
|
|
@ -252,9 +252,7 @@ app.get('/callback', async (req, res) => {
|
|||
onButtonClick={() => props.onNext(5)}
|
||||
>
|
||||
|
||||
TODO: link to the "session & cookies" chapter in users reference.
|
||||
|
||||
清空 session 里的 token 信息即可实现退出当前 App。参阅本链接查看更多关于「退出登录」的说明。
|
||||
清空 session 里的 token 信息即可实现退出当前 App。
|
||||
|
||||
```js
|
||||
app.get('/sign-out', (req, res) => {
|
||||
|
|
Loading…
Reference in a new issue