No 'Access-Control-Allow-Origin' header is present on the requested resource

Fixed it!

JWT secret needed to be base 64 decoded to validate the jwt.

Demo is working again http://auth0-serverless-protected-routes-demo.surge.sh/

:tada: