diff --git a/README.md b/README.md index 80f0e3d..76b216a 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ Supports [bcrypt](https://en.wikipedia.org/wiki/Bcrypt) to store passwords ## Config -![flow.png](images/config.png) - There are three type of configuration: 1. *Simple*: each node has it’s own credentials. (one credential) @@ -35,14 +33,6 @@ With *File* config type you must specify the following: The format for each line is `user:realm:password`. The passwords may be in plain-text or hashed (only bcrypt is supported). -### File Configuration - -![file.png](images/file.png) - -### Shared config - -![cred.png](images/cred.png) - ## Credits Forked from [endemecio02/node-red-contrib-httpauth](https://github.com/endemecio02/node-red-contrib-httpauth) (abandoned) diff --git a/images/config.png b/images/config.png deleted file mode 100644 index e1de592..0000000 Binary files a/images/config.png and /dev/null differ diff --git a/images/config1.png b/images/config1.png deleted file mode 100644 index 914125a..0000000 Binary files a/images/config1.png and /dev/null differ diff --git a/images/config2.png b/images/config2.png deleted file mode 100644 index 80a409c..0000000 Binary files a/images/config2.png and /dev/null differ diff --git a/images/config3.png b/images/config3.png deleted file mode 100644 index 698a907..0000000 Binary files a/images/config3.png and /dev/null differ diff --git a/images/cred.png b/images/cred.png deleted file mode 100644 index c1ee5f4..0000000 Binary files a/images/cred.png and /dev/null differ diff --git a/images/cred1.png b/images/cred1.png deleted file mode 100644 index e7b62e1..0000000 Binary files a/images/cred1.png and /dev/null differ diff --git a/images/cred2.png b/images/cred2.png deleted file mode 100644 index 96755bf..0000000 Binary files a/images/cred2.png and /dev/null differ diff --git a/images/cred3.png b/images/cred3.png deleted file mode 100644 index bf9ea9d..0000000 Binary files a/images/cred3.png and /dev/null differ diff --git a/images/file.png b/images/file.png deleted file mode 100644 index df2a1f6..0000000 Binary files a/images/file.png and /dev/null differ diff --git a/images/file1.png b/images/file1.png deleted file mode 100644 index 9975241..0000000 Binary files a/images/file1.png and /dev/null differ diff --git a/images/file2.png b/images/file2.png deleted file mode 100644 index 9f6c762..0000000 Binary files a/images/file2.png and /dev/null differ diff --git a/images/file3.png b/images/file3.png deleted file mode 100644 index 8652739..0000000 Binary files a/images/file3.png and /dev/null differ diff --git a/images/hashed.png b/images/hashed.png deleted file mode 100644 index 773d613..0000000 Binary files a/images/hashed.png and /dev/null differ diff --git a/images/node.png b/images/node.png deleted file mode 100644 index 34c4a63..0000000 Binary files a/images/node.png and /dev/null differ diff --git a/nodes/http-auth.html b/nodes/http-auth.html index 687d2ec..11352cf 100644 --- a/nodes/http-auth.html +++ b/nodes/http-auth.html @@ -72,9 +72,6 @@

Config

-

- -

There are three type of configuration:

  1. Simple: each node has it’s own credentials. (one credential)
  2. @@ -103,14 +100,4 @@

    Config

    The passwords may be in plain-text or hashed (only bcrypt is supported). - -

    File Configuration

    -

    - -

    - -

    Shared config

    -

    - -