Important Update: FoliCon is Moving to a BYOK (Bring Your Own Key) Model #281
DineshSolanki
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
📢 Important Update: FoliCon is Moving to a BYOK (Bring Your Own Key) Model
Starting with the upcoming releases, FoliCon is transitioning to a BYOK (Bring Your Own Key) architecture for both DeviantArt and IGDB (Twitch) metadata services.
🔍 Why this change?
As an open-source, client-side desktop application, hardcoding global API secrets into the repository or obfuscating them inside the app binaries is fundamentally insecure. Furthermore, shared global keys often lead to collective rate-limiting walls, meaning a heavy user session could temporarily break the app experience for everyone else.
By moving to a BYOK model, FoliCon guarantees:
🛠️ How to get your free keys (Takes less than 2 minutes)
When you launch the updated version of FoliCon, you will see a new API Settings panel where you can paste your personal credentials. Here is how to get them:
🎮 1. IGDB (Internet Game Database via Twitch)
FoliCon-Personal, set the Category to Application, and set the OAuth Redirect URL tohttp://localhost.🎨 2. DeviantArt
🛡️ Secure Local Storage
Your keys are your business. FoliCon does not send your credentials to any third-party analytics or external servers. All personal API keys are encrypted natively using OS-level secure storage (Windows Credential Manager / macOS Keychain) right on your local machine.
Note: Legacy versions of FoliCon using embedded keys will be deprecated soon as those old tokens are being securely revoked. Please update to the latest build to maintain seamless access to your artwork, metadata, and trailers!
💡 Questions or feedback? Feel free to open an issue or start a discussion thread right here on the repository!
All reactions