Fix Formatting
Issue gh-44
This commit is contained in:
@@ -96,4 +96,5 @@ public class RestConfig extends WebSecurityConfigurerAdapter {
|
||||
JWKSource<SecurityContext> jwks = new ImmutableJWKSet<>(new JWKSet(jwk));
|
||||
return new NimbusJwtEncoder(jwks);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -57,4 +57,5 @@ public class TokenController {
|
||||
// @formatter:on
|
||||
return this.encoder.encode(JwtEncoderParameters.from(claims)).getTokenValue();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user