How to transplant pyhton usage to the Java platform

example:
s = TimedJSONWebSignatureSerializer(app.config[‘SECRET_KEY’], expires_in=3600)

token = s.dumps({'id': 23})

data = s.loads(token)

How can I solve this problem with Java?how to Decrypt?

Hey @yuansigui !

As it has been more than a few months since this topic was opened and there has been no reply or further information provided from the community as to the existence of the issue we would like to check if you are still facing the described challenge?

We are more than happy to assist in any way! If the issue is still out there please let us know so we can create a new thread for better visibility, otherwise we’ll close this one in week’s time.

Thank you!

This topic was automatically closed after 6 days. New replies are no longer allowed.