Skip to content

Fix connection with authentication disabled

Pre-release
Pre-release
Compare
Choose a tag to compare
@javierbrea javierbrea released this 06 Jan 09:32
· 68 commits to master since this release
bbfe726

Added

  • Add anonymous default user, which will be used as logged user for requests with authentication disabled. When this user is logged in, services and abilities will be added to user with same name as service, not to logged user. In this way, the services connection process will work when authentication is disabled, and services registered will still be connected if authentication is enabled again.

Fixed

  • Fix enum for abilities with numeric data type.