Lamba Product Documentation
Learn More
  • πŸ‘‹Welcome to Lamba
  • Overview
    • πŸ’‘Why Lamba?
    • 🍒Our Strategies for Solving Problems
    • β˜‘οΈReasons Why Lamba is Almost Costless!
    • πŸ”’Methods of Security Enforcement
  • Use Cases
    • πŸ‘ For E-commerce (collecting & splitting payments)
    • 🏹For CRMs
    • πŸ‘©β€πŸ’»For CMS
    • πŸ“§Building Email Apps
    • πŸ“©Building SMS Apps
    • πŸ§‘β€πŸ€β€πŸ§‘Building Social Media Publishing Apps
  • Getting Started
    • 🀝Creating Your First App
    • πŸ”Generating API keys & Enabling Services
    • πŸ”‘Recommended Security Considerations
  • Documentation
    • 🐦Understanding Lamba Model
    • ⛱️Lamba UI (JS Client)
      • πŸ‹Live Demo
      • πŸ§‘Installation & Initialization
      • πŸ“Structure of the Initialization Object
      • πŸ§‘How to use a service
        • Using LowMail
        • Using LowSMS
        • Using LowFi
      • 〽️Listening for Events
      • πŸ•ΈοΈHandling Webhooks
    • ♐Lamba API
      • πŸŽ†Endpoint & Authorization
  • Development Roadmap
    • πŸ—ΎRDMP 2023
    • πŸ—ΎRDMP 2024
  • Join The Team
    • πŸ«‚Bring On Your Skillset
Powered by GitBook
On this page
  • Super Restricting Your API Keys
  • Enabling 2 Factor Authentication

Was this helpful?

  1. Getting Started

Recommended Security Considerations

PreviousGenerating API keys & Enabling ServicesNextUnderstanding Lamba Model

Last updated 1 year ago

Was this helpful?

Super Restricting Your API Keys

Very important tip: Restricting your API keys only works for static IP addresses. If your hosting provider generates new IPs for each deployment of your service, then consider not setting API key restrictions (or proceed with caution).

As individuals, it's crucial to exercise extreme caution; therefore, we highly advise limiting the usage of your keys based on specific IP addresses. To do this, go to the settings area of your application and find the Security: API Key Access section, as indicated below. Here, you can enter the IP addresses where you intend to use your API keys. By default, this field is either empty or unset.

Additionally, you have the option to completely stop the use of your API key by deactivating it, as demonstrated in the image below. However, it's important to realize that this action will fully disable your API key, causing your app to stop functioning until you reactivate the key. This feature serves as a temporary measure to disable your keys when you don't need them currently, rather than a comprehensive solution to prevent unauthorized use, as it also impacts your access when disabled.

Enabling 2 Factor Authentication

As users, prioritizing security is essential; thus, we strongly recommend enabling two-factor authentication (2FA) on your account for enhanced protection. To activate this feature, navigate to the Settings > Security section of your dashboard as shown in the accompanying image below. In this area, you can set up 2FA, which adds an extra layer of security beyond just your password. Initially, this option is not activated by default, so it's important to enable it and scan the QR code that shows up, with your choice of authenticator system/app, to safeguard your account effectively.

πŸ”‘
Restricting API key access