GeriLife / companionship

Promoting companionship and well-being for everyone.
European Union Public License 1.2
7 stars 18 forks source link

Initial REST authentication and registration endpoints #187

Closed brylie closed 1 year ago

brylie commented 1 year ago

Closes #170

Changes

Test

Time

codecov[bot] commented 1 year ago

Codecov Report

Base: 82.48% // Head: 82.48% // No change to project coverage :thumbsup:

Coverage data is based on head (3e27dd7) compared to base (e57caf2). Patch coverage: 0.00% of modified lines in pull request are covered.

:exclamation: Current head 3e27dd7 differs from pull request most recent head 0580aa0. Consider uploading reports for the commit 0580aa0 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #187 +/- ## ======================================= Coverage 82.48% 82.48% ======================================= Files 23 23 Lines 508 508 ======================================= Hits 419 419 Misses 89 89 ``` | [Impacted Files](https://codecov.io/gh/CompanionshipCare/companionship-care/pull/187?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CompanionshipCare) | Coverage Δ | | |---|---|---| | [project/accounts/views.py](https://codecov.io/gh/CompanionshipCare/companionship-care/pull/187?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CompanionshipCare#diff-cHJvamVjdC9hY2NvdW50cy92aWV3cy5weQ==) | `57.14% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CompanionshipCare). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CompanionshipCare)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

brylie commented 1 year ago

Blocked, getting error when testing registration flow with email confirmation. Clicking the confirmation email takes me to a broken view:

ImproperlyConfigured at /api/v1/accounts/registration/account-confirm-email/MQ:1pLoXZ:ySvrz6f_WmmTN6REvYxCyT1NJcze7I77Izn5X3rQqes/

TemplateResponseMixin requires either a definition of 'template_name' or an implementation of 'get_template_names()'

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.