unlock-protocol / unlock-wordpress-plugin

A plugin for Wordpress to add locked sections to both your posts and pages!
https://wordpress.org/plugins/unlock-protocol/
GNU General Public License v3.0
16 stars 16 forks source link

Make the locksmith endpoint configurable #48

Closed julien51 closed 2 years ago

julien51 commented 2 years ago

Right now we have this:

const VALIDATE_URL = 'https://locksmith.unlock-protocol.com/api/oauth';

Let's make it a setting that can be updated on a per WP install basis.

julien51 commented 2 years ago

Fixed in #50 50