osm-teams
osm-teams copied to clipboard
Handle next() call in oauth login
We should look into how to handle this: https://github.com/developmentseed/osm-teams/blob/d54c35438d6fa5a9640b56531d1400771f202656/app/oauth/login.js#L12
Recapping conversation: next() doesn't go anywhere, so it's undefined behavior. We could use this opportunity to create test fixtures to simulate hydra (the token generator) failing and have the app figure out what to do