alexmingoia / purescript-pux

Build type-safe web apps with PureScript.
https://www.purescript-pux.org
Other
566 stars 76 forks source link

Pux.Router can't parse Facebook and Google login redirect query parameter #141

Closed torchhound closed 6 years ago

torchhound commented 7 years ago

Instead of the standard query parameter delimiter of ? Facebook uses ?# and Google uses # for manual login redirects. Currently Pux.Router can't parse this, it looks like line 135 of src/Pux/Router.purs contains the pattern match for query parameters.

torchhound commented 6 years ago

The issue is Google returning a Fragment, this issue is probably not relevant.