We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Mention the need to disable Turbo more explicitly
Updated OmniAuth: Overview (markdown)
Replace first_or_create with find_or_create_by
first_or_create has been removed https://github.com/rails/rails/issues/23495
addition of a possible error case and how to solve it
Revert change regarding OmniAuth 2.0 (not confident I had that right)
Revert 44c887d3fff0aa31dbfe287668893d31b8dd1f61...b548802e2e8f81d1a8aeec6daa62b5d7746e6d88 on OmniAuth: Overview
Fix formatting
According to the CVE, this was actually resolved in omniauth 2.0: https://nvd.nist.gov/vuln/detail/CVE-2015-9284
Updates to reflect OmniAuth v2.0+
docs on how add a Custom strategy
Detail how prevent the session from being lost after the omniauth callback due to forgery protection
Good day, this is a solution to the issues I was having across different providers (Twitter, GitHub and Google sometimes) which threw an error regarding the session cookie reaching over the maxium allowed of 4Kb. I highly reccomend this change. Regards,
many -> may
Fix code style
Genergic *_path helpers were removed. See also: https://github.com/plataformatec/devise/issues/4220