We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ecfaf commit e2eac8dCopy full SHA for e2eac8d
README.md
@@ -19,15 +19,15 @@ experimental:
19
plugins:
20
jwt:
21
moduleName: github.com/Brainnwave/jwt-middleware
22
- version: v1.2.0
+ version: v1.2.1
23
```
24
1b. or with command-line options:
25
26
```yaml
27
command:
28
...
29
- "--experimental.plugins.jwt.modulename=github.com/Brainnwave/jwt-middleware"
30
- - "--experimental.plugins.jwt.version=v1.2.0"
+ - "--experimental.plugins.jwt.version=v1.2.1"
31
32
33
2) Configure and activate the plugin as a middleware in your dynamic traefik config:
0 commit comments