[#923] OAuth: prototype of sign in / sign up with Twitter.
authorIvan Tashkinov <ivant.business@gmail.com>
Fri, 15 Mar 2019 14:08:03 +0000 (17:08 +0300)
committerIvan Tashkinov <ivant.business@gmail.com>
Fri, 15 Mar 2019 14:08:03 +0000 (17:08 +0300)
commitaacbf0f57053786533df045125dee93ace0daa93
treeef0dd0b1af36079fa3a2b424aaf8f91807e0d3ca
parent63ab61ed3f4988bfaf9080bcdc4fc8d5046fa57e
[#923] OAuth: prototype of sign in / sign up with Twitter.
config/config.exs
lib/pleroma/user.ex
lib/pleroma/web/auth/authenticator.ex
lib/pleroma/web/auth/pleroma_authenticator.ex
lib/pleroma/web/endpoint.ex
lib/pleroma/web/oauth/oauth_controller.ex
lib/pleroma/web/oauth/oauth_view.ex
lib/pleroma/web/templates/o_auth/o_auth/consumer.html.eex [new file with mode: 0644]
lib/pleroma/web/templates/o_auth/o_auth/show.html.eex
priv/repo/migrations/20190315101315_add_auth_provider_and_auth_provider_uid_to_users.exs [new file with mode: 0644]