We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9f8f4 commit 04fe468Copy full SHA for 04fe468
user/jwt.md
@@ -141,7 +141,7 @@ def authenticate(user, access_key):
141
"""
142
user: db object representing user retrieved based on username from HTTP BASIC AUTH
143
access_key: access key or JWT token signed using access key (shared secret)
144
- returns True when authenication validation passed, otherwise False
+ returns True when authentication validation passed, otherwise False
145
146
# primary auth method
147
if user['access_key'] == access_key:
0 commit comments