Hi everyone, i was wondering is there a limit on t...
# community-help
p
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
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?
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
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.