mirror of
				https://github.com/spring-projects/spring-security.git
				synced 2025-10-31 06:38:42 +00:00 
			
		
		
		
	Add Jwt.Builder Link
Fixes gh-7407
This commit is contained in:
		
							parent
							
								
									f43996b99f
								
							
						
					
					
						commit
						29ed728a70
					
				| @ -234,7 +234,7 @@ client | ||||
| 	.get().uri("/endpoint").exchange(); | ||||
| ---- | ||||
| 
 | ||||
| You can also specify a complete `Jwt`, for which `Jwt.Builder` comes quite handy: | ||||
| You can also specify a complete `Jwt`, for which `{security-api-url}org/springframework/security/oauth2/jwt/Jwt.Builder.html[Jwt.Builder]` comes quite handy: | ||||
| 
 | ||||
| [source,java] | ||||
| ---- | ||||
|  | ||||
| @ -364,7 +364,7 @@ mvc | ||||
|         .with(jwt().authorities(new MyConverter()))); | ||||
| ---- | ||||
| 
 | ||||
| You can also specify a complete `Jwt`, for which `Jwt.Builder` comes quite handy: | ||||
| You can also specify a complete `Jwt`, for which `{security-api-url}org/springframework/security/oauth2/jwt/Jwt.Builder.html[Jwt.Builder]` comes quite handy: | ||||
| 
 | ||||
| [source,java] | ||||
| ---- | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user