removed extraneous TODO
parent
ed7799b54a
commit
43a432eb9a
|
@ -179,8 +179,6 @@ public class ConnectOAuth2RequestFactory extends DefaultOAuth2RequestFactory {
|
||||||
try {
|
try {
|
||||||
JWT jwt = JWTParser.parse(jwtString);
|
JWT jwt = JWTParser.parse(jwtString);
|
||||||
|
|
||||||
// TODO: move keys to constants
|
|
||||||
|
|
||||||
if (jwt instanceof SignedJWT) {
|
if (jwt instanceof SignedJWT) {
|
||||||
// it's a signed JWT, check the signature
|
// it's a signed JWT, check the signature
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue