mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 05:32:25 -05:00 
			
		
		
		
	[chore] bump to code.superseriousbusiness.org/oauth2/v4@ssb-v4.5.3-2 (#4367)
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4367 Co-authored-by: kim <grufwub@gmail.com> Co-committed-by: kim <grufwub@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								660cf2c94c
							
						
					
				
			
			
				commit
				
					
						1edc0f7b3c
					
				
			
		
					 22 changed files with 139 additions and 200 deletions
				
			
		
							
								
								
									
										2
									
								
								vendor/github.com/golang-jwt/jwt/v5/MIGRATION_GUIDE.md
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/golang-jwt/jwt/v5/MIGRATION_GUIDE.md
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -155,7 +155,7 @@ stored in base64 encoded form, which was redundant with the information in the | |||
| type Token struct { | ||||
| 	Raw       string                 // Raw contains the raw token | ||||
| 	Method    SigningMethod          // Method is the signing method used or to be used | ||||
| 	Header    map[string]interface{} // Header is the first segment of the token in decoded form | ||||
| 	Header    map[string]any         // Header is the first segment of the token in decoded form | ||||
| 	Claims    Claims                 // Claims is the second segment of the token in decoded form | ||||
| 	Signature []byte                 // Signature is the third segment of the token in decoded form | ||||
| 	Valid     bool                   // Valid specifies if the token is valid | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue