comparison doc/rest.txt @ 6166:7e148e988cde

Insert missing word.
author John Rouillard <rouilj@ieee.org>
date Wed, 13 May 2020 01:01:22 -0400
parents 282b611197a1
children 81ae33038ec5
comparison
equal deleted inserted replaced
6165:282b611197a1 6166:7e148e988cde
1687 1687
1688 So what we need is a way for this third party service to impersonate 1688 So what we need is a way for this third party service to impersonate
1689 you and have access to create a roundup timelog entry (see 1689 you and have access to create a roundup timelog entry (see
1690 `<customizing.html#adding-a-time-log-to-your-issues>`__ ). Then add it 1690 `<customizing.html#adding-a-time-log-to-your-issues>`__ ). Then add it
1691 to the associated issue. This should happen without sharing passwords 1691 to the associated issue. This should happen without sharing passwords
1692 and without the third party service to see the issue (except the 1692 and without allowing the third party service to see the issue (except the
1693 ``times`` property), user, or other information in the tracker. 1693 ``times`` property), user, or other information in the tracker.
1694 1694
1695 Enter the use of a JSON web token. Roundup has rudimentary ability to 1695 Enter the use of a JSON web token. Roundup has rudimentary ability to
1696 manage JWTs and use them for authentication and authorization. 1696 manage JWTs and use them for authentication and authorization.
1697 1697

Roundup Issue Tracker: http://roundup-tracker.org/