
Security News
TypeScript 6.0 Released: The Final JavaScript-Based Version
TypeScript 6.0 introduces new standard APIs, modern default settings, and deprecations as it prepares projects for the upcoming TypeScript 7.0 release.
lighthouse-api
Advanced tools
The Lighthouse API is a .NET 8.0 Web API that provides secure credit card processing, report generation, and payment management capabilities. It's built with modern security practices and integrates with Firebase for authentication.
Lighthouse API is the comprehensive backend service for the Lighthouse lending management platform developed by ClearVision Software. This robust API powers loan origination, servicing, and account management operations for financial institutions. Built with modern .NET technologies, the API provides secure, scalable endpoints for managing the entire lending lifecycle with real-time collaboration capabilities.
appsettings.jsonThe easiest way to run the API with different logging levels:
# Make the script executable (first time only)
chmod +x run-api.sh
# Run with different modes
./run-api.sh # Standard logging
./run-api.sh quiet # Minimal logging
./run-api.sh verbose # Detailed logging
./run-api.sh debug # Full debugging
./run-api.sh api-debug # API request debugging only
./run-api.sh help # Show all options
You can also run the API directly with dotnet:
# Standard mode
dotnet run
# Quiet mode (minimal logging)
dotnet run --quiet
# Verbose mode (detailed application logging)
dotnet run --verbose
# Request logging only
dotnet run --requestlog
# Full debugging (verbose + request logging)
dotnet run --verbose --requestlog
--requestlog: Enables detailed HTTP request and response logging--verbose: Enables detailed logging for all application components--quiet: Reduces logging to warnings and errors only| Component | Standard | Verbose | Quiet |
|---|---|---|---|
| Application | Information | Debug | Warning |
| Microsoft.* | Warning | Information | Warning |
| System.* | Warning | Information | Warning |
| Authentication | Information | Debug | Warning |
| Repositories | Information | Debug | Warning |
| Firebase | Information | Debug | Warning |
Standard Mode:
[14:30:15 INF] Logging level: Information
[14:30:15 INF] Request logging: Disabled
[14:30:15 INF] Starting ClearVision Lighthouse API...
Verbose Mode:
[14:30:15 INF] Logging level: Debug (Verbose mode enabled)
[14:30:15 INF] Request logging: Disabled
[14:30:15 DBG] Firebase client initialized
[14:30:15 DBG] Repository dependencies configured
Quiet Mode:
[14:30:15 INF] Logging level: Warning (Quiet mode enabled)
[14:30:15 INF] Request logging: Disabled
Once running, visit:
http://localhost:5199/swaggerhttp://localhost:5199/swagger/v1/swagger.jsondotnet build
dotnet test
lighthouse-api/
├── Controllers/ # API endpoints
├── Services/ # Business logic
├── Repositories/ # Data access layer
├── Models/ # Data models
├── Middleware/ # Custom middleware
├── Authentication/ # Auth services
└── Program.cs # Application entry point
Port already in use:
# Use a different port
dotnet run --urls "http://localhost:5299"
Too much logging output:
# Use quiet mode
./run-api.sh quiet
Need to debug API requests:
# Use API debug mode
./run-api.sh api-debug
General debugging:
# Use full debug mode
./run-api.sh debug
For detailed logging documentation, see README_RequestLogging.md.
Proprietary Software - ClearVision Software
This software is licensed for use exclusively by ClearVision Software clients and partners. Unauthorized distribution, modification, or use is strictly prohibited.
FAQs
The Lighthouse API is a .NET 8.0 Web API that provides secure credit card processing, report generation, and payment management capabilities. It's built with modern security practices and integrates with Firebase for authentication.
We found that lighthouse-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
TypeScript 6.0 introduces new standard APIs, modern default settings, and deprecations as it prepares projects for the upcoming TypeScript 7.0 release.

Security News
/Research
Newly published Trivy Docker images (0.69.4, 0.69.5, and 0.69.6) were found to contain infostealer IOCs and were pushed to Docker Hub without corresponding GitHub releases.

Research
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.