Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Roblox Secrets Support for API Key #125

Open
LifeBlox opened this issue Apr 15, 2024 · 1 comment
Open

Add Roblox Secrets Support for API Key #125

LifeBlox opened this issue Apr 15, 2024 · 1 comment

Comments

@LifeBlox
Copy link

Roblox recently released Secrets Store which allows developers to create secret variables for use within HTTPService in their game.

It would be cool if the Game Analytics SDK allowed for Secrets to be passed in-place of plain-text API keys for better security.

@OutOfBears
Copy link
Contributor

I've attempted to look into adding this functionality, but while reading through the code it seemingly generates a hmac hash of the payload and the secret in Lua and attaches it as a header before sending the request, to authenticate the request. This implementation will not work with secrets store as it will not let you read the value in luau.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants