Announcement

Collapse
No announcement yet.

api rest check credentials

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

  • api rest check credentials

    Using api guide on GitHub I was able to get a token and data via rest api. If I want to create an app that pulls that data from espo, how would I go about verifying the user, and check if user is logged into their espocrm?

  • #2
    There is no certain criteria that defines that user is logged. If access token for a specific user exists and last access date is recent it means that user "online".

    Comment


    • #3
      Verifying that "John" (random name) from espo is the same guy as "John" from my app (using a software and its api to create an app) is an issue to figure out.

      Comment

      Working...
      X