How can I create OAuth token for the particular user

How can I create OAuth keys for a particular user ? Please help me to find a solution to create OAuth key for an particular user

Parents Reply
  • If you are looking for a "long term auth token", sugar does not have this.

    if you try to integrate a tool that does not handle sugar auth, I recommend you to build a custom entry point with "noLoginRequired" and implement your own security check. (ensure to set the current_user before doing any db call)

    NB: Sugar teams is currently trying to see if they can remove this option, I doubt it will be in a near future since they don't provide any other standard way to secure WS integrations.
Children