Skip to content

oauth: implement grant_type=password for single-page apps

kaniini requested to merge kaniini/pleroma:feature/oauth-token-password into develop

This implements the OAuth "password" grant type so that single-page JavaScript apps (e.g. Pleroma FE) can cleanly authorize using OAuth.

Merge request reports