removed extraneous TODO

pull/708/merge
Justin Richer 2015-05-12 10:31:22 -04:00
parent ed7799b54a
commit 43a432eb9a
1 changed files with 0 additions and 2 deletions

View File

@ -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