Maintainers
+Maintainers
This module is maintained by the OCA.
@@ -466,5 +471,6 @@ Authenticate http requests from an API key.
API keys are codes passed in (in the http header API-KEY) by programs calling an API in order to identify -in this case- the calling program’s @@ -406,7 +411,7 @@
The api key menu is available into Settings > Technical in debug mode. By default, when you create an API key, the key is saved into the database.
@@ -414,20 +419,20 @@To apply this authentication system to your http request you must set ‘api_key’ as value for the ‘auth’ parameter of your route definition into your controller.
-class MyController(Controller): +class MyController(Controller): @route('/my_service', auth='api_key', ...) - def my_service(self, *args, **kwargs): + def my_service(self, *args, **kwargs): pass
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -435,15 +440,15 @@
Do not contact contributors directly about support or help with technical issues.