Update README.md
This commit is contained in:
@@ -9,7 +9,7 @@ Laa Production API
|
||||
- **Username** - required string. Should match a username saved in the database.
|
||||
- **Password** - required hash string. Should match the password hash for the above entered username.
|
||||
- **Software** - required string. As software name, use the assembly name that calls this API.
|
||||
- only if authentication succeeds you will receive in response a string (**{token}**) that should be used for further authorization otherwise error message is received.
|
||||
- if authentication succeeds you will receive in response a string (**{token}**) that should be used for further authorization otherwise error message is received.
|
||||
|
||||
1. **Authorization: Bearer {token}** - is the scheme to use within the authorization and further API calls on all other routes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user