- Roblox
- Discord
- Cache
- Garbage Collection
- API
- User = you
- Guild = our Discord server
- Bot = our Discord bot
- Command = a Discord messaging feature used to interact with our Bot
- API_Server = the web server providing an API for usage in our roblox-products (privacy policy)
- Database = any method that we employ to store non-cached data
- Cached-Only (auto-removed by garbage collection):
- basic information from http requests (method, path, source, body)
- verification codes (used with our product-hub)
- discord messages in our guild intended for our bot
- Short-Term (Database):
- api_access_keys
- Long-Term (Database):
- user identifiers (discord_user_id, roblox_user_id)
- hashed api_identity_tokens