Authentication¶
Parameters¶
- api.auth.type :
tokenfor token-based authenticationnonefor no authentication
For token mode authentication :
- api.auth.token.token : token value (default :
""- empty token disable token auth) - api.auth.token.lookup : location to find token in request (default :
header:x-token) header:<name>query:<name>cookie:<name>form:<name>