aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-01-15 16:13:45 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-01-15 16:13:45 +0300
commit9847967da7a9763b7365c2913216a00f3925d778 (patch)
treefe05431a7d878ec826790a7c588cafa3343fd7c5
parente261d6a95669b474078354c7dd11227f31f74157 (diff)
downloadsproxy2-9847967da7a9763b7365c2913216a00f3925d778.tar.gz
README: replace HTTP Basic authentication
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 846af72..7795fd2 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,9 @@ Why use a proxy for doing OAuth2? Isn't that up to the application?
application's API. It would likely be [a single-page
application](https://en.wikipedia.org/wiki/Single-page_application).
Examples are [MyWatch](https://hackage.haskell.org/package/mywatch) and
- [Juan de la Cosa](https://hackage.haskell.org/package/juandelacosa)
+ [Juan de la Cosa](https://hackage.haskell.org/package/juandelacosa).
+
+ * Replace HTTP Basic authentication.
How it works