Issue with Deleting Scoped API Keys in Node.js
TLDR Sai is having trouble deleting previous scoped API keys in Node.js and is experiencing a forbidden key error when generating a new key. Jason explains how scoped API keys work.
Sep 12, 2023 (2 weeks ago)
Sai
12:59 PMSai
01:14 PMJason
03:36 PMSo if you delete the parent search API key, that will also invalidate all scoped search API keys derived from it
Sai
04:47 PMTypesense
Indexed 2764 threads (79% resolved)
Similar Threads
Issue with API Key Expiry and Generation in Node.js
Sai is having trouble with API keys expiring and triggering a forbidden key error in Node.js. Despite trying to generate a new key after expiry, Sai gets the same error. Jason explains that the problem may be due to the expiration of parent API keys.

Problem with Typesense Scoped Key Generation
Sai faced an issue while creating a scoped key in Typesense. Jason clarified that node.js must be used to generate this key, rather than a browser.
Issues with Generating Scope API Keys in Python
Danny had issues generating a valid scope API key in a Python GraphQL server. Jason suggested encoding changes and confirmed that the key length varies. Issue unresolved with Python, although JS library worked.