Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.IllegalArgumentException: bad base-64 #287

Closed
anshdiv opened this issue Dec 14, 2017 · 1 comment
Closed

java.lang.IllegalArgumentException: bad base-64 #287

anshdiv opened this issue Dec 14, 2017 · 1 comment

Comments

@anshdiv
Copy link

anshdiv commented Dec 14, 2017

try {
Jws claims = Jwts.parser().setSigningKey("IamSingleBitch@582").parseClaimsJws(response);
Log.e("Jwt claims",claims.getBody().toString());
//OK, we can trust this JWT

                } catch (Exception e) {
                    //don't trust the JWT!
                    e.printStackTrace();
                    Log.e("Jwt error","fdjf");
                }
@lhazlewood
Copy link
Contributor

This will be addressed as part of #333. Please follow that issue for related work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants