llaski / nova-scheduled-jobs

Nova Scheduled Jobs
MIT License
54 stars 19 forks source link

Add authenticate to the API routes #55

Closed VincentBean closed 1 year ago

VincentBean commented 1 year ago

Currently it is possible to access the API response without being logged into Nova by accessing /nova-vendor/nova-scheduled-jobs/jobs

See also: https://github.com/bakerkretzmar/nova-settings-tool/pull/54

llaski commented 1 year ago

@VincentBean Nice catch, thanks for the contribution. This has been merged and can be found in the 6.1.2 release. Please note I've taken the liberty of updating the tests as well.