Merge branch 'basic-resauth' into 'master'
Add possibility to login with static basic auth credentials for rest apis.
Static login can be used only if ssl is used (or debug is enabled).
Login credentials are provided as normal basic auth schema. Username should be 'appauth' and password should be {ApiApplication.applicationKey}:{ApiApplicationInstance.authname}:{ApiApplicationInstance.apikey}', eg 'acdcabbacd:usersapikey:supersecretuserkey'
See merge request !335
Showing
with
386 additions
and
163 deletions
-
Please register or sign in to post a comment