Skip to content

Commit 81d4006

Browse files
committed
docs(refresh, oauth2): update autoLogout description
1 parent e1935ad commit 81d4006

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/schemes/oauth2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ Provides metadata to supply additional information to the authorization server.
174174

175175
- Default: `false`
176176

177-
This option will logout the user on load the page, if token has expired.
177+
If the token has expired, it will prevent the token from being refreshed on load the page and force logout the user.

docs/schemes/refresh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ If your backend requires grant type, it can be set here.
187187

188188
- Default: `false`
189189

190-
This option will logout the user on load the page, if token has expired.
190+
If the token has expired, it will prevent the token from being refreshed on load the page and force logout the user.

0 commit comments

Comments
 (0)