API for logout?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bandtank
    Active Community Member
    • Mar 2017
    • 379

    API for logout?

    How do you logout via API? Does logging out invalidate all tokens for a user or only the token that is logged out?
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    destroy token.
    How it works, you can see in client/src/app.js > logout

    application/Espo/Jobs/AuthTokenControl.php this file can help you as well

    Comment

    Working...