Project

General

Profile

Bug #16159

Updated by Peter Amstutz over 3 years ago

Logging out of workbench should (optionally?) invalidate the current token. (Currently, it just causes the browser to forget it.) 

 This means: 

 # workbench (1|2) logout includes API token to be revoked 
 # if a token is supplied, the logout route in controller expires the token 

Back