Giriş
Açıklaması şöyle
Şöyle yaparız.
Örnek ver
Açıklaması şöyle
The CustomTokenEnhancer is used on the AuthorizationServer side to enhance a created token with additional custom information. You should use the so called DefaultAccessTokenConverter on the ResourceServer side to extract these extra claims.constructor
Şöyle yaparız.
@Bean
public JwtAccessTokenConverter accessTokenConverter() {
JwtAccessTokenConverter converter = new JwtAccessTokenConverter();
...
return converter;
}
setSigningKey metoduÖrnek ver
Hiç yorum yok:
Yorum Gönder