-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
924122f
commit 61b6427
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
sidebar_position: 14 | ||
--- | ||
|
||
# Security | ||
|
||
Security guidelines when integrating Topper: | ||
|
||
- **Signing keys**: Never expose or share your signing keys. If compromised, bad actors can use them to initiate sessions on your behalf. | ||
|
||
- **Validate Requests**: Always validate the IP address and origin of incoming requests on your backend to ensure they are from trusted sources and mitigate potential fraudulent activity. | ||
|
||
- **Implement CORS**: Use CORS headers to restrict your API’s access to trusted domains, providing an additional layer of security against unauthorized requests. |