How I can specify routs where authentication is not required in REST API?
Here http://www.yiiframework.com/doc-2.0/guide-rest.html is said: "After authentication is enabled as described above, for every API request, the requested controller will try to authenticate the user in its beforeAction() step."
But is it possible to set actions that do not require authentication (like login, forgot password)?