smpallen99 / coherence

Coherence is a full featured, configurable authentication system for Phoenix
MIT License
1.27k stars 224 forks source link

Adjust DbStore.get_user_data to follow other `get_user_data` functions. #395

Closed caironoleto closed 5 years ago

caironoleto commented 5 years ago

In Coherence.Authentication.Session (https://github.com/smpallen99/coherence/blob/master/lib/coherence/plugs/authentication/session.ex#L224) the function called is with only one param, but the DbStore is with 3 params.

This PR fixes in master version, but old versions have the same problem too.