File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ These are only applicable if ``JWT_TOKEN_LOCATION`` is set to use cookies.
6060``JWT_COOKIE_SECURE ``             If the secure flag should be set on your JWT cookies. This will only allow
6161                                  the cookies to be sent over https. Defaults to ``False ``, but in production
6262                                  this should likely be set to ``True ``.
63- ``JWT_COOKIE_DOMAIN ``             Value to use for a  cross domain cookies. Defaults to ``None `` which sets
63+ ``JWT_COOKIE_DOMAIN ``             Value to use for cross domain cookies. Defaults to ``None `` which sets
6464                                  this cookie to only be readable by the domain that set it.
6565``JWT_SESSION_COOKIE ``            If the cookies should be session cookies (deleted when the
6666                                  browser is closed) or persistent cookies (never expire).
Original file line number Diff line number Diff line change 66from  setuptools  import  setup 
77
88setup (name = 'Flask-JWT-Extended' ,
9-       version = '1.4.0 ' ,
9+       version = '1.4.1 ' ,
1010      url = 'https://github.com/vimalloc/flask-jwt-extended' ,
1111      license = 'MIT' ,
1212      author = 'Landon Gilbert-Bland' ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments