Authentication can be disabled for all origins
Pre-release
Pre-release
·
11 commits
to master
since this release
Added
- Add "auth" option, which allows to disable authentication for all api resources and requests origins.
- Added new custom security strategy called "disabled". When security is disabled, the "verify" method of this new strategy will be executed if it is defined, and returned data will be passed as "userData" to action handlers.