api rest check credentials

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • elbowprogrammer
    Member
    • Jan 2016
    • 58

    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?
  • yuri
    Member
    • Mar 2014
    • 8627

    #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".
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • elbowprogrammer
      Member
      • Jan 2016
      • 58

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