• Refresh token expired within 4 hours. How I can create long term refresh token?

    Hello, community I used OAuth2 authentication and get refresh token but my refresh token expired within 4 hours. How I can create long term refresh token to generate a new access token and use REST API for future use? If I create access token before 4…
  • Client ID and Client Secret for production environment

    Hello, I have been using the client_id as "sugar" and no client_secret for connecting with SugarCRM during development. Can I use that for our production environment too? I see that there are options to add new client_id and client_secret, but I see that…