As I understand, all routes under `/yancy/api/<schema>` by default require authorization if any auth plugin (`Yancy::Plugin::Auth::* `modules) enabled. How to make API routes public, is there any setting ?
As I understand, all routes under
/yancy/api/<schema>by default require authorization if any auth plugin (Yancy::Plugin::Auth::*modules) enabled.How to make API routes public, is there any setting ?