hasgeek / lastuser

Lastuser has been merged into Funnel. This repository is archived.
https://hasgeek.com/
BSD 2-Clause "Simplified" License
166 stars 30 forks source link

Support multiple redirect URIs #361

Closed jace closed 5 years ago

jace commented 5 years ago

Funnel is a multi-home app currently available at talkfunnel.com, hasgeek.com and staging. We are already using two sets of credentials for the first two, and login from each site clobbers the access token saved from the other site. Now we need to add a third client registration for staging.

Instead of doing this, Lastuser should support multiple redirect URIs and allow the app to use any of them. The current column can be replaced with a list (using whitespace separators, same as with the scope column).

jace commented 5 years ago

Resolved in #363.