Decoding Scoped Search Key to Find Expiry Time
TLDR Gustavo asked how to decode a scoped search key. Kishore Nallan suggested base64 decoding it, which Gustavo confirmed worked.
1
Jun 14, 2023 (3 months ago)
Gustavo
12:31 PMKishore Nallan
12:45 PMGustavo
12:50 PMGustavo
12:52 PM1
Typesense
Indexed 2779 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.
Trouble with Scoped Search API Keys in Flutter App
Shane struggled with scoped search API keys in Typesense library for a Flutter app, which returned a 401 error. Jason identified that the error may be a result of an invalid filter within the key, and instructed to create separate keys for different permissions. On implementation, the error was resolved.
Typesense API Key Expiry and Management
Pradyuman inquired about garbage collection for expired Typesense API keys. Kishore Nallan stated that no garbage collection takes place but advised running a cron job to delete expired keys and recommended using short-lived scoped API keys.