You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ A library that gives you access to the powerful Parse Server backend from your J
30
30
-[Getting Started](#getting-started)
31
31
-[Using Parse on Different Platforms](#using-parse-on-different-platforms)
32
32
-[Core Manager](#core-manager)
33
-
=[Encrypt Local Storage](#encrypt-local-storage)
33
+
-[Encrypt Local Storage](#encrypt-local-storage)
34
34
-[3rd Party Authentications](#3rd-party-authentications)
35
35
-[Experimenting](#experimenting)
36
36
-[Contributing](#contributing)
@@ -125,7 +125,7 @@ such as logged in `Parse.User`.
125
125
Parse.secret = 'MY_SECRET_KEY'; // or Parse.CoreManager.set('ENCRYPTED_KEY', 'MY_SECRET_KEY');
126
126
```
127
127
128
-
The SDK has built-in encryption using the [Web Crypto API][webcrypto]. If your platform doesn't have Web Crypto support yet like react-native you will need to [polyfill](react-native-webview-crypto) Web Crypto.
128
+
The SDK has built-in encryption using the [Web Crypto API][webcrypto]. If your platform doesn't have Web Crypto support yet like react-native you will need to [polyfill][react-native-webview-crypto] Web Crypto.
129
129
130
130
We recommend creating your own [CryptoController][crypto-controller].
131
131
@@ -172,5 +172,4 @@ We really want Parse to be yours, to see it grow and thrive in the open source c
0 commit comments