Wordpress plugin creating keycodes with server auth

by 3 replies
4
Right so I have built a new product called PromoPress which is basically the same as v2 of optimizepress but better

I now need to secure the software, I need to create a page in the pllugin that as a key which is server authenticated.

And needs to be difficult to "null"

Ideas? or where to take this as a job?
#programming #auth #creating #keycodes #plugin #server #wordpress
    • [1] reply
    • thanks i'll give it a look!
  • I developed a popular WordPress plugin and found a simple API key to be the best avenue.

    You can actually make things even easier. When they download, ask them which domain it will be used on. When your plugin is activated, use the activation hook to validate the domain that is trying to activate the plugin. This makes certain assumptions but works well.

Next Topics on Trending Feed