Skip to content

πŸ”¨ POST /accounts/loginΒ #216

@unicornware

Description

@unicornware

Proposed work

High-level description of what needs to be done, and any necessary additional context.

Implement the POST /accounts/login endpoint to authenticate users via email/password.

Upon successful login, users will be issued an access token and a refresh token. These tokens will be required to access protected resources, as well as perform actions requiring authentication.

Todo

What must be done to complete this task.

  • Account#login
  • AccountsController#login
  • LoginCommand
  • LoginEvent
  • LoginHandler
  • LoginPayload

References

Reference material that may be helpful while completing this task.

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

πŸ“‹ Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions