We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Provides a RESTful API for user login through HTTP(s). After the API called a authentication token shall be generated and respond back to caller.
The system shall implement authentication token using JWT (JSON Web Token).
Note security concern applied to this API
401 Unauthorized
The text was updated successfully, but these errors were encountered:
greenlaw110
No branches or pull requests
1. Description
Provides a RESTful API for user login through HTTP(s). After the API called a authentication token shall be generated and respond back to caller.
1.1 Implementation
The system shall implement authentication token using JWT (JSON Web Token).
Note security concern applied to this API
2. Acceptance criteria
2.1 Normal path
401 Unauthorized
response2.2 Invalid username/password
401 Unauthorized
responseThe text was updated successfully, but these errors were encountered: