truqu / elm-oauth2

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

Tiny fix to README code: OAuth.Implicit.parseToken #18

Closed tamc closed 5 years ago

tamc commented 5 years ago

Tiny fix when going through the README.

The example used OAuth.parseToken

I think the actual function is in OAuth.Implicit.parseToken

Ditto OAuth.Success -> OAuth.Implicit.Success

KtorZ commented 5 years ago

Seems about right, good catch :) Would you also be kind and update the OAuth.Empty to OAuth.Implicit.Empty in the same pattern-match than the others :no_mouth: (just noticed while reviewing)