diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-12-04 14:31:41 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-12-04 14:31:41 -0500 |
commit | 3384ba49fa06c06794665407f22553b3ae0de498 (patch) | |
tree | 491fc358861baa48d615d0cc13037e677c6a0d9a /doc/api-authentication.markdown | |
parent | 7719703dce4e6353f9c5cccacccb7e364159aa1e (diff) |
Update Changelog, contributors list and doc
Diffstat (limited to 'doc/api-authentication.markdown')
-rw-r--r-- | doc/api-authentication.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api-authentication.markdown b/doc/api-authentication.markdown index 3ba1e8f5..be536be3 100644 --- a/doc/api-authentication.markdown +++ b/doc/api-authentication.markdown @@ -17,7 +17,8 @@ Default method (HTTP Basic) ### User credentials -- Use the real username and password +- Username: username +- Password: user password or personal access token The API use the [HTTP Basic Authentication Scheme described in the RFC2617](http://www.ietf.org/rfc/rfc2617.txt). |