From 6695dc09832e6fe6f265bad350f462a4597c49da Mon Sep 17 00:00:00 2001 From: John Thomson Date: Wed, 1 May 2019 11:16:13 +0100 Subject: [PATCH] insure -> ensure Really minor issue, I know. --- docs/basic_usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic_usage.rst b/docs/basic_usage.rst index d5210e9c..9993fefd 100644 --- a/docs/basic_usage.rst +++ b/docs/basic_usage.rst @@ -40,7 +40,7 @@ We can see this in action using CURL: "logged_in_as": "test" } -NOTE: Remember to change the secret key of your application, and insure that no +NOTE: Remember to change the secret key of your application, and ensure that no one is able to view it. The JSON Web Tokens are signed with the secret key, so if someone gets that, they can create arbitrary tokens, and in essence log in as any user.