function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
betterbhushanbetterbhushan 

Salesforce Authentication of user

How to make sure the user that installed my salesforce app is registered with my company and purchased subscription.

One way I could think of is I'll email user SHA activation key and when they install app there will be form to enter activation key which could be encrypted and sent to my website end where it will verify if key is in database. Here i don't know how to send post request to my website and how to encrypt key.

What are the other ways?

 

bob_buzzardbob_buzzard

I've posted an answer to this on the stack exchange question:

 

http://salesforce.stackexchange.com/questions/5477/salesforce-authentication-of-user/5491#5491