-
-
Notifications
You must be signed in to change notification settings - Fork 206
Closed
Description
In the Readme, there is a section which says:
It's possible to add other parameters to work with your instance of Parse Server:-
await Parse().initialize(
keyApplicationId,
keyParseServerUrl,
masterKey: keyParseMasterKey, // Required for Back4App and others
clientKey: keyParseClientKey, // Required for some setups
debug: true, // When enabled, prints logs to console
liveQueryUrl: keyLiveQueryUrl, // Required if using LiveQuery
autoSendSessionId: true, // Required for authentication and ACL
securityContext: securityContext, // Again, required for some setups
coreStore: await CoreStoreSharedPrefsImp.getInstance()); // Local data storage method. Will use SharedPreferences instead of Sembast as an internal DB
I think this is misleading, and may encourage people to use their Back4App masterkey outside the server, which IMO is a substantial security risk.
Would it be better to say:
masterKey: keyParseAPIKey, // Required for Back4App (use Rest API Key) and others
gorillatapstudio
Metadata
Metadata
Assignees
Labels
No labels