Skip to content

Commit

Permalink
* minor text changes (typos etc.);
Browse files Browse the repository at this point in the history
  • Loading branch information
mwat56 committed Jul 29, 2019
1 parent 4959720 commit 561d35c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
27 changes: 19 additions & 8 deletions README.md
@@ -1,14 +1,19 @@
# PassList

[![Golang](https://img.shields.io/badge/Language-Go-green.svg)](https://golang.org)
[![GoDoc](https://godoc.org/github.com/mwat56/passlist?status.svg)](https://godoc.org/github.com/mwat56/passlist)
[![view examples](https://img.shields.io/badge/learn%20by-examples-0077b3.svg?style=flat-square)](https://github.com/mwat56/passlist/blob/master/_demo/pwaccess.go)
[![License](https://img.shields.io/eclipse-marketplace/l/notepad4e.svg)](https://github.com/mwat56/passlist/blob/master/LICENSE)

- [PassList](#PassList)
- [Purpose](#Purpose)
- [Installation](#Installation)
- [Usage](#Usage)
- [Licence](#Licence)
[![Issues](https://img.shields.io/github/issues/mwat56/passlist.svg)](https://github.com/mwat56/passlist/issues?q=is%3Aopen+is%3Aissue)
[![Size](https://img.shields.io/github/repo-size/mwat56/passlist.svg)](https://github.com/mwat56/passlist/)
[![Tag](https://img.shields.io/github/tag/mwat56/passlist.svg)](https://github.com/mwat56/passlist/tags)
[![License](https://img.shields.io/github/license/mwat56/passlist.svg)](https://github.com/mwat56/passlist/blob/master/LICENSE)
[![View examples](https://img.shields.io/badge/learn%20by-examples-0077b3.svg)](https://github.com/mwat56/passlist/blob/master/_demo/pwaccess.go)

- [PassList](#passlist)
- [Purpose](#purpose)
- [Installation](#installation)
- [Usage](#usage)
- [Libraries](#libraries)
- [Licence](#licence)

## Purpose

Expand Down Expand Up @@ -85,6 +90,12 @@ In the package's `_demo` folder you'll find the `pwaccess.go` program which impl

> **Note**: To be on the safe side your web-server should use `HTTPS` instead of plain old `HTTP` to avoid the chance of someone eavesdropping on the username/password exchange.
## Libraries

The following external libraries were used building `PassList`:

* [Crypto](https://golang.org/x/crypto)

## Licence

Copyright © 2019 M.Watermann, 10247 Berlin, Germany
Expand Down
2 changes: 1 addition & 1 deletion doc.go
@@ -1,5 +1,5 @@
/*
Package passlist provides `BasicAuth` for Go web-servers.
Package passlist provides a `BasicAuth` middleware plugin for Go web-servers.
Copyright © 2019 M.Watermann, 10247 Berlin, Germany
All rights reserved
Expand Down

0 comments on commit 561d35c

Please sign in to comment.