ueberauth / ueberauth_identity

A username/password Strategy for Überauth
MIT License
79 stars 21 forks source link

Scrub params #8

Closed stevedomin closed 8 years ago

stevedomin commented 8 years ago

This replicates part of the behaviour of the scrub_params plug found in Phoenix (in fact the code is ported from https://github.com/phoenixframework/phoenix/blob/master/lib/phoenix/controller.ex#L695-L701).

In my opinion this should be the default as in its current version it doesn't play nicely with Ecto.

Fixes #7

doomspork commented 8 years ago

This looks good, thanks @stevedomin :+1:

stevedomin commented 8 years ago

Thanks for merging @doomspork, are you going to wait a bit before pushing a new version out ot hex.pm?

doomspork commented 8 years ago

@stevedomin I plan to release a new one shortly, got caught up in some other things.

doomspork commented 8 years ago

Released as 0.2.2 @stevedomin

stevedomin commented 8 years ago

Thank you so much!

doomspork commented 8 years ago

Thank you :grinning: