Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

I am getting a large string for response.getJwsResult(). #27

Open
srjmca opened this issue Oct 30, 2020 · 1 comment
Open

I am getting a large string for response.getJwsResult(). #27

srjmca opened this issue Oct 30, 2020 · 1 comment

Comments

@srjmca
Copy link

srjmca commented Oct 30, 2020

I am getting a string similar to a bearer token. Using System.currentTimeMillis() as nonce.
How to validate the result on server?

@giacomoferretti
Copy link

The result, as the name implies, is a JWS token A.K.A. JSON Web Signature.
You can check the contents of the JWS on websites like https://jwt.io/

Read more here: https://en.wikipedia.org/wiki/JSON_Web_Token

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

No branches or pull requests

2 participants