Sorry to ***** this thread, but I found the cause of my issue - directly using Date.now() (javascript) which returns the date in milliseconds, not seconds. Using the following to set your iat/exp will work:
Math.floor(Date.now() / 1000)
Topic:
Media Technologies
SubTopic:
General
Tags: