pow-auth / pow_assent

Multi-provider authentication for your Pow enabled app
https://powauth.com
MIT License
318 stars 50 forks source link

Using login flow when registration broken when user exists #226

Closed thijsnado closed 1 year ago

thijsnado commented 1 year ago

I get an error when logging in with a user that has an account. I suspect because https://github.com/pow-auth/pow_assent/blob/master/lib/pow_assent/plug.ex#L163 comes before https://github.com/pow-auth/pow_assent/blob/master/lib/pow_assent/plug.ex#L168 which means it doesn't check for a successful user identity upsert.

danschultzer commented 1 year ago

Thanks for the patience, fixed in v0.4.14!