Skip to content

Commit

Permalink
Update source/auth/auth.md
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Katcharov <maxim.katcharov@mongodb.com>
  • Loading branch information
blink1073 and katcharov authored Apr 3, 2024
1 parent 739ae61 commit 6ed2c94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/auth/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -1661,8 +1661,7 @@ def auth(connection):

# If there is a cached access token, try to authenticate with it. If
# authentication fails with an Authentication error (18),
# it's possible the cached access token is expired. In
# that case, invalidate the access token, fetch a new access token, and try
# invalidate the access token, fetch a new access token, and try
# to authenticate again.
# If the server fails for any other reason, do not clear the cache.
if is_cache:
Expand Down

0 comments on commit 6ed2c94

Please sign in to comment.