7.x-2.13
[FEATURE] Add OAuth2 authentication provider (#942)
b5f7179 by hussainweb (N)
Integrate with the OAuth2 server module to allow authorization using this method.
:000000 100644 0000000... 7b381d0... A src/Plugin/authentication/OAuth2ServerAuthentication.php
[FEATURE] Allow getting resource name from resource manager (#940)
101acd6 by hussainweb (N)
The ResourceManager class provides methods to get version information and even create a new
instance of a plugin based on the current request. However, the methods that help in getting
the resource id (such as ::getMenuItem and getPageArguments) are protected.
Since we are already able to get information on version, we should also be able to get the
resource id using the resource manager class. This commit adds a method to do that.
:100644 100644 1e203a7... 142cd74... M src/Resource/ResourceManager.php :100644 100644 7b7eab9... 00e846b... M src/Resource/ResourceManagerInterface.php :100644 100644 c3c5396... 5ddf71d... M tests/RestfulHookMenuTestCase.test
[BUGFIX] Add compatibility with PHP7 (#943)
8bac122 by Vincenzo Russo (N)
Added a temporary workaround to add compatibility with PHP7.
:100644 100644 35d6faf... 77b38e0... M restful.info