Skip to content

Commit 447e054

Browse files
committed
docs: update readme about production use and authentication
1 parent 88a4914 commit 447e054

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ A lightweight, embeddable development dashboard for Go applications. Monitor log
1717
- **Realtime**: See events as they occur via Server-Sent Events
1818
- **Clean UI**: Modern, minimalist interface with responsive design
1919

20-
## Note
20+
## Production Use
2121

22-
Make sure to not activate `devlog` in production systems! It can expose sensible data like API tokens and other secret data in requests and responses.
23-
We currently do not have any protection of the dashboard handler routes in place.
22+
devlog can be used in production to inspect requests and debug issues in real-time. Session mode is particularly useful here - each developer only sees events from their own requests, avoiding noise from other users.
23+
24+
**Important:** The dashboard can expose sensitive data like API tokens and secrets in requests and responses. Make sure to protect the dashboard routes with your own authentication middleware.
2425

2526
## Installation
2627

0 commit comments

Comments
 (0)