I started getting this error last night on about half of JWT decode calls. Any ideas?
(using auth0/login package with Laravel)
EDIT: Seems to be fixed now. Not sure if a coincidence, but I noticed the JSON signature algorithm in my app was configured incorrectly. The problem went away for now after adjusting the settings.