Skip to content

5.0.0 RTM

Choose a tag to compare

@lorenzobruni lorenzobruni released this 19 May 09:25
· 48 commits to master since this release

N.B. You must implement the required changes as per Issue #21 to make the upgrade backward compatible.

[ENHANCEMENT] Implement an IADO interface #20

[ENHANCEMENT] Secure public API access #21

Following the implementation of interfaces, such as the IADO, it is now required to specify which public API methods must be granted Web access.

  • The new attribute AllowAPICall has been created and must to added to every public API methods that require Web access.

[ENHANCEMENT] Google Firebase Authentication integrated #22