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

#426 Add generating api key for be #427

Merged

Conversation

Only-bottle
Copy link
Member

@Only-bottle Only-bottle commented Dec 5, 2024

Description

Please include a summary in English, of the changes in this pull request. If it closes an issue, please mention it here.

Closes: #426

You should link at least one existing issue for PR. Before your create a PR, please check to see if there is an issue for this change.
PRs from forked repository not accepted.

Change(s)

  • Add user entity and user repository.
  • Add user related exception.
  • Add generate api key endpoint.

Memo

  • When the user first enters their email and password:

    • A new user is created, and a new API Key is issued.
  • When the password is changed:

    • The existing password is updated to the new password.
    • A new API Key is reissued.
  • When the password is not changed:

    • A new API Key is reissued.

@Only-bottle Only-bottle added the enhancement New feature or request label Dec 5, 2024
@Only-bottle Only-bottle self-assigned this Dec 5, 2024
@Only-bottle Only-bottle linked an issue Dec 5, 2024 that may be closed by this pull request
2 tasks
@Only-bottle Only-bottle merged commit a10e8c4 into add-backend-server Dec 5, 2024
1 check passed
@Only-bottle Only-bottle deleted the 426-sprint-add-generating-api-key-for-be branch December 5, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Sprint] Add generating API key for BE
1 participant