rollymaduk / new-gitunion-single-test

0 stars 0 forks source link

Authentication for Property Listing API #14

Open git-union-dev[bot] opened 4 months ago

git-union-dev[bot] commented 4 months ago

Authentication for Property Listing API

As a user, I want to be able to authenticate myself to the Property Listing API so that I can securely access and manage property listings.

Acceptance Criteria

sequenceDiagram
  participant User
  participant Auth_API as Authentication API
  User->>+Auth_API: POST /login with credentials
  Auth_API-->>-User: Return JWT upon successful authentication