Oauth2 authorization for all pipedrive users

I created an pipedrive app using my email. Now I can authorize only with my email. Other pipedrive users accounts can not authorize. When they try they get error “App is not found”. Only solution is adding user accounts into my pipedrive app(in “manage users” section of sandbox). Is there a way so any user can authorize using oauth2 without adding each email to my pipedrive app(in sandbox).

Hey @azicus
Welcome to the community :wave: !
Are you planning to publish this app publicly or for a specific set of customers? Depending on that, you need to make your app either public / unlisted / private

More here: https://pipedrive.readme.io/docs/marketplace-registering-the-app#intent-to-publish-app-on-pipedrives-marketplace

@Hem I implemented the OAuth2 and works perfect and I used the PipeDrive library for all the actions. The only problem is that when I try to give credentials for the user that is not in the company (who’s client id and client secret is implement in the code) having another normal account in PipeDrive gives the warning of “App is not found”.
Does the user need to be in the same company?
My app is working fine for the owner of the company and app and the app is public as well. But as soon as I try to get authorization/authentication for another normal user in some another company, retrieve the above mentioned warning