8000 Merge pull request #783 from vshih/master · dhepper/django-rest-framework@80bec36 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 80bec36

Browse files
committed
Merge pull request encode#783 from vshih/master
Remove redundant text.
2 parents 3f91379 + b73dfb9 commit 80bec36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api-guide/authentication.md

100644100755
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Unauthenticated responses that are denied permission will result in an `HTTP 401
107107

108108
WWW-Authenticate: Basic realm="api"
109109

110-
**Note:** If you use `BasicAuthentication` in production you must ensure that your API is only available over `https` only. You should also ensure that your API clients will always re-request the username and password at login, and will never store those details to persistent storage.
110+
**Note:** If you use `BasicAuthentication` in production you must ensure that your API is only available over `https`. You should also ensure that your API clients will always re-request the username and password at login, and will never store those details to persistent storage.
111111

112112
## TokenAuthentication
113113

@@ -148,7 +148,7 @@ The `curl` command line tool may be useful for testing token authenticated APIs.
148148

149149
---
150150

151-
**Note:** If you use `TokenAuthentication` in production you must ensure that your API is only available over `https` only.
151+
**Note:** If you use `TokenAuthentication` in production you must ensure that your API is only available over `https`.
152152

153153
---
154154

@@ -259,7 +259,7 @@ Finally, sync your database.
259259

260260
---
261261

262-
**Note:** If you use `OAuth2Authentication` in production you must ensure that your API is only available over `https` only.
262+
**Note:** If you use `OAuth2Authentication` in production you must ensure that your API is only available over `https`.
263263

264264
---
265265

0 commit comments

Comments
 (0)
0