From f5063a0de71a7ac072fa23447ec095b8d41c6d47 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Sat, 23 Apr 2022 01:48:40 +0200 Subject: [PATCH 1/4] [user] indieauth --- components/SocialConnection.vue | 13 +++---- components/SocialLogin.vue | 7 ++-- package.json | 1 + server/routes/grantOverrides.js | 56 +++++++++++++++++++++++++++++-- server/social.js | 10 ++++++ src/socialProviders.js | 16 +++++++++ static/img/indieauth-inverse.png | Bin 0 -> 5553 bytes static/img/indieauth.png | Bin 0 -> 5505 bytes yarn.lock | 10 ++++++ 9 files changed, 101 insertions(+), 12 deletions(-) create mode 100644 static/img/indieauth-inverse.png create mode 100644 static/img/indieauth.png diff --git a/components/SocialConnection.vue b/components/SocialConnection.vue index 5b9737ce2..4b087eaad 100644 --- a/components/SocialConnection.vue +++ b/components/SocialConnection.vue @@ -1,13 +1,14 @@