Skip to content

Commit 04fe468

Browse files
authored
Fix another typo
1 parent ec9f8f4 commit 04fe468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user/jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def authenticate(user, access_key):
141141
"""
142142
user: db object representing user retrieved based on username from HTTP BASIC AUTH
143143
access_key: access key or JWT token signed using access key (shared secret)
144-
returns True when authenication validation passed, otherwise False
144+
returns True when authentication validation passed, otherwise False
145145
"""
146146
# primary auth method
147147
if user['access_key'] == access_key:

0 commit comments

Comments
 (0)