Kong-Study-Group / dive-in-kong

:book: Dive Into Kong
0 stars 0 forks source link

plugin: key-auth #6

Open WALL-E opened 7 years ago

WALL-E commented 7 years ago

key-auth

doc

WALL-E commented 7 years ago

Redis Key name

local get_local_key = function(api_id, identifier, period_date, name)
  return fmt("ratelimit:%s:%s:%s:%s", api_id, identifier, period_date, name)
end
WALL-E commented 7 years ago

Three types of user identification