Fix connection with authentication disabled
Pre-release
Pre-release
javierbrea
released this
06 Jan 09:32
·
68 commits
to master
since this release
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.