- rename
auth/license_key in config object to 'auth/access_key`
- add:
if get_setting( 'auth/access_key' ) == false {
set $access_key = md5( get_site_url() . get_setting( 'vendor/namespace') );
}
- ensure that the generated
$access_key is shown on the confirmation box with instructions to share it with vendor's support team
(Note: this is added so that free plugins and WP org plugins can offer TL-powered support.