pow-auth / assent

Multi-provider framework in Elixir
https://powauth.com
MIT License
391 stars 45 forks source link

Rename get_user functions #60

Closed danschultzer closed 3 years ago

danschultzer commented 3 years ago

The naming wasn't super clear. In Elixir get_ functions usually returns something or nil, while fetch_ returns {:ok, res}/{:error, res} tuples. This is a breaking change, but I like the naming much better. Also renamed a few other functions, and should expand the tests a little.

Todo: