diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-01-15 16:13:45 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-01-15 16:13:45 +0300 |
commit | 9847967da7a9763b7365c2913216a00f3925d778 (patch) | |
tree | fe05431a7d878ec826790a7c588cafa3343fd7c5 | |
parent | e261d6a95669b474078354c7dd11227f31f74157 (diff) | |
download | sproxy2-9847967da7a9763b7365c2913216a00f3925d778.tar.gz |
README: replace HTTP Basic authentication
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |