mirror of
				https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
				synced 2025-10-26 18:05:28 +03:00 
			
		
		
		
	added new "protocol_version" to client-token
This commit is contained in:
		
							parent
							
								
									601d733add
								
							
						
					
					
						commit
						743c702921
					
				@ -250,6 +250,7 @@ async def _client_token():
 | 
				
			|||||||
        "iat": timegm(cur_time.timetuple()),
 | 
					        "iat": timegm(cur_time.timetuple()),
 | 
				
			||||||
        "nbf": timegm(cur_time.timetuple()),
 | 
					        "nbf": timegm(cur_time.timetuple()),
 | 
				
			||||||
        "exp": timegm(exp_time.timetuple()),
 | 
					        "exp": timegm(exp_time.timetuple()),
 | 
				
			||||||
 | 
					        "protocol_version": "2.0",
 | 
				
			||||||
        "update_mode": "ABSOLUTE",
 | 
					        "update_mode": "ABSOLUTE",
 | 
				
			||||||
        "scope_ref_list": [ALLOTMENT_REF],
 | 
					        "scope_ref_list": [ALLOTMENT_REF],
 | 
				
			||||||
        "fulfillment_class_ref_list": [],
 | 
					        "fulfillment_class_ref_list": [],
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user