ueberauth / guardian

Elixir Authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any information on what has changed in 2.0.0?

atonse opened this issue · comments

We're trying to evaluate whether to upgrade to 2.0, but can't find any details on what API surface has broken in 2.0 (assuming you're using SemVer).

Is there a good place to find out why there was a version bump, and what's new?

@atonse https://github.com/ueberauth/guardian/blob/master/CHANGELOG.md

Should be simple to upgrade

  • Install guardian_phoenix if you were using Phoenix Socket authentication with Guardian
  • Fix the use statement if you were using the permission feature (Just make sure that you use the right encoder/decoder)