Skip to content

Authentication can be disabled for all origins

Pre-release
Pre-release

Choose a tag to compare

@javierbrea javierbrea released this 06 Jan 07:45
· 11 commits to master since this release
0e9634b

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.