Authentication

Parameters

  • api.auth.type :
  • token for token-based authentication
  • none for 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>