summaryrefslogtreecommitdiff
path: root/lib/omni_auth
Commit message (Collapse)AuthorAgeFilesLines
* Fix bitbucket login39495-fix-bitbucket-loginJarka Kadlecova2017-10-261-0/+4
|
* Refactor CSRF protectionblackst0ne2017-07-261-21/+0
|
* Remove explicit `require` calls, and use `require_dependency` when needed29389-fix-already-initialized-constantsRémy Coutable2017-03-131-0/+41
| | | | | | | | See http://guides.rubyonrails.org/autoloading_and_reloading_constants.html for more info. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix signin with OmniAuth providersfix-omniauth-signinDouwe Maan2015-12-081-54/+9
|
* Add reset_session for the :reset_session strategy.Douwe Maan2015-04-241-1/+5
|
* Protect OmniAuth request phase against CSRF.Douwe Maan2015-04-241-0/+62