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

HAN-112: servicio de autenticación #27

Merged
merged 4 commits into from
Jun 17, 2024
Merged

HAN-112: servicio de autenticación #27

merged 4 commits into from
Jun 17, 2024

Conversation

violetaperezandrade
Copy link
Contributor

se agrego un endpoint POST /users/token que en el body recibe un token y como response devuelte el siguiente body:

{
    "user_id": <user_id>
}

Copy link

codecov bot commented May 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Flag Coverage Δ
unittests 80.00% <100.00%> (+0.37%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
app/service/Users.py 80.00% <100.00%> (+0.37%) ⬆️

@feijooso feijooso requested review from fjpacheco and Agustinefe June 2, 2024 23:48
app/service/Users.py Show resolved Hide resolved
@fjpacheco fjpacheco temporarily deployed to users-hanagotchi June 15, 2024 20:56 Inactive
@Agustinefe Agustinefe merged commit 78ee53e into master Jun 17, 2024
3 checks passed
@Agustinefe Agustinefe deleted the HAN-112 branch June 17, 2024 02:18
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.

3 participants