pleroma/lib/pleroma/web/oauth
William Pitcock e9ef4b8da6 oauth: never use base64 padding when returning tokens to applications
The normal Base64 alphabet uses the equals sign (=) as a padding character.  Since
Base64 strings are self-synchronizing, padding characters are unnecessary, so don't
generate them in the first place.
2019-02-14 01:10:04 +00:00
..
app.ex oauth: never use base64 padding when returning tokens to applications 2019-02-14 01:10:04 +00:00
authorization.ex oauth: never use base64 padding when returning tokens to applications 2019-02-14 01:10:04 +00:00
fallback_controller.ex Correctly handle invalid credentials on auth login. 2019-01-28 11:41:47 +01:00
oauth_controller.ex oauth: never use base64 padding when returning tokens to applications 2019-02-14 01:10:04 +00:00
oauth_view.ex update copyright years to 2019 2018-12-31 15:41:47 +00:00
token.ex oauth: never use base64 padding when returning tokens to applications 2019-02-14 01:10:04 +00:00