Skip to content

Commit f06e75b

Browse files
committed
rewrite JWT future to use refresh tokens.
1 parent e5b8cf7 commit f06e75b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/rest.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2057,11 +2057,12 @@ username/password authentication.
20572057
Currently use of JWTs an experiment. If this appeals to you consider
20582058
providing patches to existing code to:
20592059

2060-
1. record all JWTs created by a user
2061-
2. using the record to allow JWTs to be revoked and ignored by the
2062-
roundup core
2063-
3. provide a UI page for managing/revoking JWTs
2064-
4. provide a rest api for revoking JWTs
2060+
1. create long lived refresh tokens
2061+
2. record all refresh tokens created by a user
2062+
3. using the record to allow refresh tokens to be revoked and
2063+
ignored by the roundup core
2064+
4. provide a UI page for managing/revoking refresh tokens
2065+
5. provide a rest api for revoking refresh tokens
20652066

20662067
These end points can be used like::
20672068

0 commit comments

Comments
 (0)