Provide Basic HTTP authentication for Zotonic API calls.
SCM system : Git (git)
Project source url: https://github.com/arjan/mod_service_auth_basic
By default, Zotonic ships with OAuth 1.0 authentication for API calls but for legacy applications it is often easier to implement Basic Auth. This module hooks into the service authentication system to provide such username/password authentication for your Zotonic API routines.
zotonic modules install mod_service_auth_basicZotonic <= 0.9:
zotonic installmodule mod_service_auth_basicZotonic <= 0.6:
git clone https://github.com/arjan/mod_service_auth_basic mod_service_auth_basic
Leave a comment