mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 21:22:25 -05:00 
			
		
		
		
	[chore]: Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#3927)
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
					parent
					
						
							
								f7e5f31c6b
							
						
					
				
			
			
				commit
				
					
						4af8d1a2cb
					
				
			
		
					 7 changed files with 48 additions and 17 deletions
				
			
		
							
								
								
									
										2
									
								
								vendor/github.com/golang-jwt/jwt/v5/token.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/golang-jwt/jwt/v5/token.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -75,7 +75,7 @@ func (t *Token) SignedString(key interface{}) (string, error) { | |||
| } | ||||
| 
 | ||||
| // SigningString generates the signing string.  This is the most expensive part | ||||
| // of the whole deal.  Unless you need this for something special, just go | ||||
| // of the whole deal. Unless you need this for something special, just go | ||||
| // straight for the SignedString. | ||||
| func (t *Token) SigningString() (string, error) { | ||||
| 	h, err := json.Marshal(t.Header) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue