close
Skip to main content
Score of 4

Can users pretend they have a different location with navigator.geolocation or is it save?

Anything done in client-side JavaScript can be overridden by the user, you can't trust it for any security-related purpose. Some IP geolocation services can identify VPN addresses -- I think MaxMind ...
Score of 1

TypeError: Cannot read property 'access_token' of undefined

The issue is that router.use runs on all the requests, including the home page, login redirect and auth callback before the cookie is even set. When the cookie is not set, key is undefined, and ...

Only top scored, non community-wiki answers of a minimum length are eligible