Skip to main content

Configuring Database Connections

This guide explains how to configure and manage database connections in AuthNull.

Prerequisites

Before configuring database connections, ensure you have:

  • AuthNull mobile wallet installed and set up
  • Network access to connect to AuthNull services
  • Terminal or command line access for connection string method

Connection Methods

AuthNull provides two simple connection methods for database access:

Method 1: Terminal Connection

The terminal connection method provides a streamlined authentication process:

  1. Initiate connection through the AuthNull terminal interface
  2. Wait for the Pull Request (PR) notification on your mobile wallet
  3. Open your AuthNull mobile wallet
  4. Review and approve the PR request
  5. Connection is established automatically

Benefits:

  • Quick and secure authentication
  • No manual credential management
  • Mobile-first security approach

Method 2: Direct Connection String

For direct integration with your local development environment:

  1. Generate a connection string from AuthNull
  2. Copy the provided connection string
  3. Paste the connection string into your local terminal
  4. Wait for the PR notification on your mobile wallet
  5. Open your AuthNull mobile wallet and approve the PR
  6. Connection is established

Important Notes:

  • Connection strings are valid for 1 minute only
  • You must approve the PR within this timeframe
  • Generate a new connection string if the previous one expires

Security Features

Mobile Wallet Authentication

  • All connections require mobile wallet approval
  • Pull Request (PR) system for secure authorization
  • Time-limited connection strings for enhanced security

Connection Validation

  • Automatic validation upon PR approval
  • Secure token generation
  • Encrypted connection establishment

Troubleshooting

Common Issues

Connection String Expired

  • Solution: Generate a new connection string (valid for 1 minute)

PR Not Received on Mobile

  • Check mobile wallet connectivity
  • Ensure notifications are enabled
  • Verify wallet is properly synced

Connection Failed After PR Approval

  • Retry the connection process
  • Check network connectivity
  • Ensure connection string hasn't expired

Best Practices

  • Act Quickly: Connection strings expire in 1 minute - approve PRs promptly
  • Mobile Ready: Keep your AuthNull mobile wallet accessible when initiating connections
  • Secure Environment: Use these connection methods only in trusted network environments
  • Regular Updates: Keep your AuthNull mobile wallet updated for optimal security

Getting Started

  1. Choose your preferred connection method (Terminal or Connection String)
  2. Have your AuthNull mobile wallet ready
  3. Follow the respective steps above
  4. Approve the PR when prompted
  5. Begin using your secure database connection

For additional support or questions about database connections, refer to the AuthNull documentation or contact the support team.