aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/auth/authenticator.ex
AgeCommit message (Collapse)Author
2022-02-25Copyright bump for 2022Sean King
2021-06-07Create WrapperAuthenticator and simplify Authenticator behaviourAlex Gleason
Speeds up recompilation by reducing compile-time cycles
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2020-03-03Update CopyrightsMark Felder
2019-07-29constants: add as_public constant and use it everywhereAriadne Conill
2019-05-01Refactored Pleroma.Web.Auth.AuthenticatorMaksim
2019-04-10[#923] OAuth consumer params handling refactoring.Ivan Tashkinov
Registration and authorization-related params are wrapped in "authorization" in order to reduce edge cases number and simplify handling logic.
2019-04-07[#923] Removed <br> elements from auth forms, adjusted docs, minor auth ↵Ivan Tashkinov
settings refactoring.
2019-04-01[#923] Minor code readability fix.Ivan Tashkinov
2019-03-27[#923] OAuth consumer improvements, fixes, refactoring.Ivan Tashkinov
2019-03-20[#923] Nickname & email selection for external registrations, option to ↵Ivan Tashkinov
connect to existing account.
2019-03-18[#923] Support for multiple (external) registrations per user via Registration.Ivan Tashkinov
2019-03-15[#923] OAuth: prototype of sign in / sign up with Twitter.Ivan Tashkinov
2019-02-28Renamed *DatabaseAuthenticator to *Authenticator.Ivan Tashkinov