Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added userdata in user information #37

Merged
merged 23 commits into from
Aug 4, 2023
Merged

Added userdata in user information #37

merged 23 commits into from
Aug 4, 2023

Conversation

Temmmmmo
Copy link
Member

Изменения

Добавлена возможность получить информацию о пользователе из userdata-api.

Реализации

  1. Реализованы синхронный и асинхронный методы получения информации о пользователе из userdata-api.
  2. Добавлен параметр enable_user_data, позволяющий получать информацию о пользователе из userdata-api, в метод инициализации основного класса UnionAuth библиотеки auth-lib.
  3. Добавлен новый параметр user_data_url, принимающий ссылку на userdata-api.

Детали

  1. Старый параметр url заменен на auth_url. Так как в старой версии в 'url' передавалась ссылка на auth-api.
  2. В глобальные настройки также добавлены поля USER_DATA_URL и ENABLE_USER_DATA.

Check-List

  • Вы проверили свой код перед отправкой запроса?
  • Вы написали тесты к реализованным функциям? - не требуется
  • Вы не забыли применить black и isort?

auth_lib/fastapi.py Outdated Show resolved Hide resolved
auth_lib/aiomethods.py Outdated Show resolved Hide resolved
@github-actions
Copy link

💩 Code linting failed, use black and isort to fix it.

@github-actions
Copy link

💩 Code linting failed, use black and isort to fix it.

auth_lib/aiomethods.py Outdated Show resolved Hide resolved
auth_lib/fastapi.py Outdated Show resolved Hide resolved
auth_lib/methods.py Outdated Show resolved Hide resolved
auth_lib/fastapi.py Outdated Show resolved Hide resolved
@Temmmmmo Temmmmmo merged commit 807b961 into main Aug 4, 2023
1 check passed
@Temmmmmo Temmmmmo deleted the userdata-info branch August 4, 2023 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Дополнить данные о пользователе информацией из userdata
2 participants