Skip to content

Commit d981f8c

Browse files
committed
readme typo fix
1 parent c078372 commit d981f8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ experimental:
1717
plugins:
1818
jwt:
1919
moduleName: github.com/Brainnwave/jwt-middleware
20-
version: v1.1.2
20+
version: v1.1.5
2121
```
2222
1b. or with command-line options:
2323
2424
```yaml
2525
command:
2626
...
2727
- "--experimental.plugins.jwt.modulename=github.com/Brainnwave/jwt-middleware"
28-
- "--experimental.plugins.jwt.version=v1.1.2"
28+
- "--experimental.plugins.jwt.version=v1.1.5"
2929
```
3030
3131
2) Configure and activate the plugin as a middleware in your dynamic traefik config:
@@ -95,7 +95,7 @@ require:
9595
#### Dynamic Requirement
9696
E.g. for requiring that a token's audience matches the domain being accessed
9797

98-
Will suceed then called on https://customer.example.com/example but fail on https://other.example.com/example
98+
Will suceed when called on https://customer.example.com/example but fail on https://other.example.com/example
9999
```yaml
100100
require:
101101
aud: "{{`{{.Host}}`}}"
@@ -109,7 +109,7 @@ require:
109109
```
110110

111111
#### Wildcard Claim
112-
When called on https://customer.example.com/example..customer.example.com.
112+
Will suceed when called on https://customer.example.com/example
113113
```yaml
114114
require:
115115
aud: "customer.example.com"

0 commit comments

Comments
 (0)