Kitura / Kitura-CredentialsHTTP

A plugin for the Kitura-Credentials framework that authenticates using HTTP Basic and Digest authentication
Apache License 2.0
16 stars 14 forks source link

fix docs typos #51

Closed Andrew-Lees11 closed 6 years ago

Andrew-Lees11 commented 6 years ago

There was a typo in the usage example for TypeSafeHTTPBasic. This pull request fixes this typo and renames the route to /protected from authedfruit.

codecov-io commented 6 years ago

Codecov Report

Merging #51 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #51   +/-   ##
=======================================
  Coverage   79.89%   79.89%           
=======================================
  Files           3        3           
  Lines         199      199           
=======================================
  Hits          159      159           
  Misses         40       40
Flag Coverage Δ
#CredentialsHTTP 79.89% <ø> (ø) :arrow_up:
Impacted Files Coverage Δ
Sources/CredentialsHTTP/TypeSafeHTTPBasic.swift 78.12% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 723d7ec...91bb8b5. Read the comment docs.

djones6 commented 6 years ago

LGTM. I'll merge once jazzy doc updates.