File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2057,11 +2057,12 @@ username/password authentication.
20572057Currently use of JWTs an experiment. If this appeals to you consider
20582058providing 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
20662067These end points can be used like::
20672068
You can’t perform that action at this time.
0 commit comments