File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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` ` ` 
22221b. or with command-line options: 
2323
2424` ` ` yaml 
2525command :
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
31312) Configure and activate the plugin as a middleware in your dynamic traefik config: 
@@ -95,7 +95,7 @@ require:
9595# ### Dynamic Requirement
9696E.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
100100require: 
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 
114114require :
115115  aud : " customer.example.com" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments