Skip to content

Commit

Permalink
Easycode Button & Test Auth Methods (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri authored Jun 27, 2024
1 parent fa51681 commit 40215da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}' \
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# auth-api
API сервиса аутентификации и авторизации в приложение Твой ФФ!

[<img src="https://cdn.profcomff.com/easycode/easycode.svg" width="200"></img>](https://easycode.profcomff.com/templates/docker-fastapi/workspace?mode=manual&param.Repository+URL=https://github.com/profcomff/auth-api.git&param.Working+directory=auth-api)

## Схема работы Auth APUI

![Auth Schema](https://github.com/profcomff/auth-api/assets/5656720/ab2730be-054a-454c-ab76-5475e615bb64)

## Функционал
Expand Down

0 comments on commit 40215da

Please sign in to comment.