From 9cca85cde66a0c019ab5be06cbed0c7cfe409272 Mon Sep 17 00:00:00 2001 From: Dyakov Roman Date: Sat, 22 Jun 2024 05:58:15 +0300 Subject: [PATCH 1/2] Easycode Button --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1e5c05c6..5683500d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # auth-api API сервиса аутентификации и авторизации в приложение Твой ФФ! +[](https://easycode.profcomff.com/templates/docker-fastapi/workspace?mode=manual¶m.Repository+URL=https://github.com/profcomff/auth-api.git¶m.Working+directory=auth-api) + +## Схема работы Auth APUI + ![Auth Schema](https://github.com/profcomff/auth-api/assets/5656720/ab2730be-054a-454c-ab76-5475e615bb64) ## Функционал From 1a40d94434f6c707b30e12080cadf9eb60bc00cb Mon Sep 17 00:00:00 2001 From: default Date: Thu, 27 Jun 2024 10:13:05 +0000 Subject: [PATCH 2/2] ENABLED_AUTH_METHODS in ci --- .github/workflows/build_and_publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 72557e86..7f7e248a 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -89,6 +89,7 @@ jobs: --env ROOT_PATH='/auth' \ --env EMAIL='${{ secrets.EMAIL }}' \ --env EMAIL_PASS='${{ secrets.EMAIL_PASS }}' \ + --env ENABLED_AUTH_METHODS='${{ vars.ENABLED_AUTH_METHODS }}' \ --env SMTP_HOST='mail.profcomff.com' \ --env SMTP_PORT='465' \ --env APPLICATION_HOST='${{ vars.HOST }}' \