osm-teams icon indicating copy to clipboard operation
osm-teams copied to clipboard

Handle next() call in oauth login

Open sethvincent opened this issue 6 years ago • 1 comments

We should look into how to handle this: https://github.com/developmentseed/osm-teams/blob/d54c35438d6fa5a9640b56531d1400771f202656/app/oauth/login.js#L12

sethvincent avatar Jun 13 '19 16:06 sethvincent

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

kamicut avatar Jun 13 '19 16:06 kamicut