guardian v2.2.0 Release Notes

  • ✨ Enhancement

    • ➕ Add :scheme option to Guardian.Plug.VerifyHeader #680
    • Add :refresh_from_cookie option to Guardian.Plug.VerifyHeader and Guardian.Plug.VerifySession to replace Guardian.Plug.VerifyCookie plug #675

    🗄 Deprecation

    • 🔧 :realm option configuration of Guardian.Plug.VerifyHeader is deprecated please use :scheme instead.
    • Guardian.Plug.VerifyCookie is deprecated in favor of :refresh_from_cookie option in Guardian.Plug.VerifyHeader and Guardian.Plug.VerifySession