Rohit Kumar

Results 3 comments of Rohit Kumar

> DROP TABLE IF EXISTS users; > CREATE TABLE users ( > user_id BIGINT PRIMARY KEY auto_increment, > username VARCHAR(128) UNIQUE, > password VARCHAR(256), > enabled BOOL, > ); >...

At this place - https://github.com/rrohitramsen/aws_jwt_cognito/blob/master/src/main/java/com/aws/jwt/token/AwsCognitoJwtParserUtil.java#L168 you are getting error, please try moving this call in retry method.