aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/oauth
AgeCommit message (Collapse)Author
2018-11-11oauth: fix token decode regressionWilliam Pitcock
2018-11-06Unify Mastodon Login with OAuth login.lain
This removes duplication in the login code.
2018-10-14Delete Tokens and Authorizations on password changeHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/320
2018-09-09TASK: Fix formattingDominique Feyer
2018-09-09Add missing URL encoding in create authorization redirectDominique Feyer
2018-09-01OAuth: Support /revoke endpoint for revoking tokensMartin Kühl
(for compatibility with Mastodon)
2018-09-01OAuth: Set `created_at` in token exchange responseMartin Kühl
(for compatibility with Mastodon)
2018-06-14Merge branch 'bugfix/oauth2-param-name' into 'develop'lambda
oauth: support either name or username parameter with grant_type=password Closes #180 See merge request pleroma/pleroma!219
2018-06-14oauth: fix password-based login when username is email addressWilliam Pitcock
closes #199
2018-06-14oauth: support either name or username parameter with grant_type=passwordWilliam Pitcock
closes #180
2018-06-06Make token exchange return errors with 400 as status codeD Anzorge
2018-06-04Make OAuth token endpoint work with HTTP Basic authD Anzorge
client_id/client_secret can now be supplied in an Authorization header
2018-05-07More warning fixes.lain
2018-04-21Formatting fixes.lain
2018-04-18MastoAPI and OAuth: allow login with either email or username.eal
2018-03-30Format the code.lain
2018-03-23oauth: implement grant_type=password for single-page appsWilliam Pitcock
2018-03-22Fix test.lain
2018-03-19cap againMark Felder
2018-03-19start with a capitalMark Felder
2018-02-08Changed fallback controller to handle all cases from OAuthControllerCalv Collins
2018-02-08Create action_fallback for username/password incorrect inputCalv Collins
2017-11-10Handle existing redirect params.Roger Braun
2017-11-06Fix tootdon logins.eal
2017-09-16Fix callback state.Roger Braun
2017-09-14Preserve state in oauthRoger Braun
2017-09-09Do oauth redirect.Roger Braun
2017-09-09Use token exchange method.Roger Braun
2017-09-09Make auth tokens usable once and expire them.Roger Braun
2017-09-07Slight cleanup.Roger Braun
2017-09-06Add very basic oauth and mastodon api support.Roger Braun