Wordpress plugin creating keycodes with server auth

by zuko
3 replies
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?
#auth #creating #keycodes #plugin #server #wordpress
  • Profile picture of the author RobinInTexas
    Signature

    Robin



    ...Even if you're on the right track, you'll get run over if you just set there.
    {{ DiscussionBoard.errors[8591016].message }}
  • Profile picture of the author joshuaeric
    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.
    {{ DiscussionBoard.errors[8595127].message }}

Trending Topics