You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/02/21 18:33:06 UTC

[GitHub] [nifi-registry] scottyaslan commented on a change in pull request #259: NIFIREG-361 - Improved handling of the /access/logout endpoint.

scottyaslan commented on a change in pull request #259: NIFIREG-361 - Improved handling of the /access/logout endpoint.
URL: https://github.com/apache/nifi-registry/pull/259#discussion_r382738573
 
 

 ##########
 File path: nifi-registry-core/nifi-registry-web-ui/src/main/webapp/nf-registry.js
 ##########
 @@ -71,9 +71,11 @@ NfRegistry.prototype = {
      * Invalidate old tokens and route to login page
      */
     logout: function () {
+        this.nfRegistryApi.deleteToLogout().subscribe(function () {
+
+        });
         delete this.nfRegistryService.currentUser.identity;
         delete this.nfRegistryService.currentUser.anonymous;
 
 Review comment:
   ```suggestion
           
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services