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

New Auth methods #37

Merged
merged 12 commits into from
Feb 18, 2023
Merged

New Auth methods #37

merged 12 commits into from
Feb 18, 2023

Conversation

dyakovri
Copy link
Member

No description provided.

@dyakovri dyakovri self-assigned this Feb 18, 2023
@dyakovri dyakovri linked an issue Feb 18, 2023 that may be closed by this pull request
8 tasks
@github-actions
Copy link

github-actions bot commented Feb 18, 2023

✅ Result of Pytest Coverage

---------- coverage: platform linux, python 3.11.2-final-0 -----------

Name Stmts Miss Cover
auth_backend/init.py 0 0 100%
auth_backend/main.py 4 4 0%
auth_backend/auth_plugins/init.py 6 0 100%
auth_backend/auth_plugins/auth_method.py 83 7 92%
auth_backend/auth_plugins/email.py 187 11 94%
auth_backend/auth_plugins/google.py 90 44 51%
auth_backend/auth_plugins/lkmsu.py 37 4 89%
auth_backend/auth_plugins/physics.py 10 0 100%
auth_backend/base.py 12 4 67%
auth_backend/exceptions.py 22 4 82%
auth_backend/models/init.py 3 0 100%
auth_backend/models/base.py 55 5 91%
auth_backend/models/db.py 69 3 96%
auth_backend/routes/init.py 3 0 100%
auth_backend/routes/base.py 18 0 100%
auth_backend/routes/exc_handlers.py 31 4 87%
auth_backend/routes/groups.py 50 1 98%
auth_backend/routes/models/init.py 0 0 100%
auth_backend/routes/models/models.py 35 0 100%
auth_backend/routes/user_groups.py 27 0 100%
auth_backend/routes/user_session.py 34 0 100%
auth_backend/settings.py 25 0 100%
auth_backend/utils/init.py 0 0 100%
auth_backend/utils/security.py 25 0 100%
auth_backend/utils/smtp.py 90 75 17%
TOTAL 916 166 82%
================== 29 passed, 6

auth_backend/auth_plugins/google.py Outdated Show resolved Hide resolved
auth_backend/auth_plugins/google.py Outdated Show resolved Hide resolved
@dyakovri dyakovri marked this pull request as ready for review February 18, 2023 22:39
@dyakovri dyakovri linked an issue Feb 18, 2023 that may be closed by this pull request
@dyakovri dyakovri merged commit 1ce51bd into main Feb 18, 2023
@dyakovri dyakovri deleted the oauth_methods branch February 18, 2023 23:04
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.

Убрать почту из reset/password Вход через соцсети
2 participants