Hi everyone, i was wondering is there a limit on the amount of keys you can have? We plan to have a scoped key per user
👀 1
k
Kishore Nallan
08/15/2022, 2:07 PM
Scoped API key is generated client side. It is derived from a parent search-only key: do you mean to generate 1 search only key per user?
Kishore Nallan
08/15/2022, 2:08 PM
You need only a single parent search only key because the filter is embedded into the scoped api key, e.g.
filter_by=user_id:100
so you only need one parent key per user.
p
Peter Maher
08/15/2022, 2:12 PM
We have 1 search only key for the whole application but each user gets a scoped key generated and save to our database on user creation. This scoped key is then updated when the users permissions get changed.