truqu / elm-oauth2

OAuth 2.0 client-side utils in Elm
MIT License
81 stars 29 forks source link

fix parse target `hash` to `search` at Implicit Flow #10

Closed gaaamii closed 6 years ago

gaaamii commented 6 years ago

First of all, thanks to a great module.

I found that this module doesn't parse query string of callback URL at Implicit Flow.

So I just changed parse target. hash to search. Please look at this short fix. Thanks.

gaaamii commented 6 years ago

I'm sorry... I was misunderstanding oauth2 specification 🙇