-
-
Notifications
You must be signed in to change notification settings - Fork 206
Client key instead Master key #56
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
Comments
I wasn't aware people were still using client keys... Is this a Back4App thing? |
We dont use back4app, We have installed parse in our servers, so we have client key, rest api key.. |
Ah right. Okay cool. I've not got that format on my servers.
Send me the key names that are missing and I'll add them to the
Parse.initialise method.
…On Sun, Jan 27, 2019, 11:11 Pablo ***@***.*** wrote:
We dont use back4app, We have installed parse in our servers, so we have
client key, rest api key..
The master key is private, and should onlye be used in the server.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHgn3rFjNFn_f27I8NZ2YxH-epyHw6F8ks5vHYlJgaJpZM4aSbcC>
.
|
I think with clientKey is enough, thanks for your job 🎉 |
Just checked and the current setup is safe and correct. Since the
migration, the client keys are no longer a concern. However, I will add the
client key anyway for people with servers similar to yours.
…On Sun, Jan 27, 2019, 11:19 Pablo ***@***.*** wrote:
I think with clientKey is enough, thanks for your job 🎉
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHgn3k_IVTwatZXav_9KDtuz_eCMuDdWks5vHYtCgaJpZM4aSbcC>
.
|
This has now been added to the develop branch if you wish to test before V1.0.11 release. |
Ok, Im going to try |
Im getting this error error: Undefined name 'keyHeaderClientKey'. (undefined_identifier at [parse_server_sdk] lib/src/network/parse_http_client.dart:17) |
Apologies, a file wasn't being watched during commit. Just updated. Update
project now.
…On Mon, 28 Jan 2019 at 17:59, Pablo ***@***.***> wrote:
Im getting this error
error: Undefined name 'keyHeaderClientKey'. (undefined_identifier at
[parse_server_sdk] lib/src/network/parse_http_client.dart:17)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHgn3ki6xNDnp2HgZ-xLV8P1RGNRZBsZks5vHzqcgaJpZM4aSbcC>
.
--
Kind Regards
Phill Wiggins
[email protected]
|
Sorted, thanks for your help! |
Hi, include the master key in a client app is a risk. I think it should be changed by the client key instead.
The text was updated successfully, but these errors were encountered: