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

Auth api #1156

Merged
merged 13 commits into from
Nov 27, 2023
Merged

Auth api #1156

merged 13 commits into from
Nov 27, 2023

Conversation

rravelli
Copy link
Contributor

@rravelli rravelli commented Nov 17, 2023

Description

Implement #1119

Implements an authentication api at /api/account/

  • POST login/
  • POST logout/
  • GET is_authenticated/
  • POST change_password/
  • POST edit/
  • POST register/
  • POST validate_invitation/
  • api endpoints provided by django-restpasswordreset
    • POST password_reset/
    • POST password_reset/validate_token/
    • POST password_reset/confirm/
  • mail related api
    • POST email/change
    • POST email/resend

@rravelli rravelli marked this pull request as ready for review November 25, 2023 15:35
Copy link

[Nantral Platform Backend] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

96.0% 96.0% Coverage
0.0% 0.0% Duplication

@rravelli rravelli merged commit 5b524a2 into master Nov 27, 2023
8 checks passed
@rravelli rravelli deleted the login-api branch February 12, 2024 15:44
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.

1 participant