SPAs get HTTP 403 after token expires. This works as expected, but it would be nice if in such case, SPA could open a new window with Auth0 login page. For this to work, we need two things:
- NONCE cookie to be set
- Http Header (or other mechanism) to discover the login URI
Relates to #128