Extract auth actions from `MastodonAPIController` to `AuthController`
authorEgor Kislitsyn <egor@kislitsyn.com>
Tue, 1 Oct 2019 08:54:45 +0000 (15:54 +0700)
committerEgor Kislitsyn <egor@kislitsyn.com>
Tue, 1 Oct 2019 08:54:45 +0000 (15:54 +0700)
commitaf690d10336124968e2a0fe0e73decb2d48819cb
treeb8aedf2de247540e80bbc391b25ef6dea96d24d5
parent51b5c539881e3cd96eb05a2bfef2ec9a62cea284
Extract auth actions from `MastodonAPIController` to `AuthController`
lib/pleroma/web/mastodon_api/controllers/auth_controller.ex [new file with mode: 0644]
lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex
lib/pleroma/web/router.ex
test/web/mastodon_api/controllers/auth_controller_test.exs [new file with mode: 0644]
test/web/mastodon_api/mastodon_api_controller_test.exs