Announcement

Collapse
No announcement yet.

API for logout?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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?

  • #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...
    X