From 593eae3e8f121cadb83c03066bd72b5e51efb92e Mon Sep 17 00:00:00 2001 From: Hugo Richard Date: Mon, 11 Nov 2024 16:33:41 +0100 Subject: [PATCH] feat: Make OAuth optional and define it at runtime of the app (#303) --- apps/shelve/app/pages/login.vue | 3 +-- apps/shelve/modules/auth/index.ts | 24 +++++++++---------- .../auth/runtime => server/routes}/github.ts | 0 .../auth/runtime => server/routes}/google.ts | 0 4 files changed, 13 insertions(+), 14 deletions(-) rename apps/shelve/{modules/auth/runtime => server/routes}/github.ts (100%) rename apps/shelve/{modules/auth/runtime => server/routes}/google.ts (100%) diff --git a/apps/shelve/app/pages/login.vue b/apps/shelve/app/pages/login.vue index 1a982bd3..3022b168 100644 --- a/apps/shelve/app/pages/login.vue +++ b/apps/shelve/app/pages/login.vue @@ -1,6 +1,5 @@