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
+85-22Lines changed: 85 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,31 +27,30 @@
27
27
</p>
28
28
<hr/>
29
29
30
-
SecureNative Node.JS agent provides application security monitoring and protection from OWASP TOP 10 security threats at run-time through dynamic instrumentation of business logic and user behaviour.
30
+
[SecureNative](https://www.securenative.com/) performs user monitoring by analyzing user interactions with your application and various factors such as network, devices, locations and access patterns to stop and prevent account takeover attacks.
31
31
32
-
SecureNative monitors and protects applications from common security threats such as:
32
+
## Install the SDK
33
33
34
-
- Bad bots
35
-
- 3rd party packages vulnerabilities
36
-
- SQL/NoSQL injections
37
-
- XSS attacks
38
-
- Massive security scans
39
-
- Raise of HTTP errors (40X, 50X)
40
-
- Anomaly Usage
41
-
- Content Scrapping
42
-
- Adaptive Authentication, prevent ATO (Account Takeover)
34
+
Navigate to your application project folder and enter:
43
35
44
-
## Installation
36
+
```bash
37
+
npm i @securenative/sdk
38
+
```
45
39
46
-
Please create free account at [register](https://console.securenative.com/register)to get api key.
40
+
Verify that `@securenative/sdk` appears in your package to your `package.json`.
47
41
48
-
Install SecureNative agent:
42
+
## Initialize the SDK
49
43
50
-
```bash
51
-
npm i @securenative/agent
52
-
```
44
+
To get your *API KEY*, login to your SecureNative account and go to project settings page:
0 commit comments