Documentation
¶
Overview ¶
Command auth-dialog triggers the macOS authentication dialog using LocalAuthentication's LAContext. The system handles the entire UI: Touch ID prompt, password fallback, icon, and button styling.
The dialog title reflects the executable name. To match the system Developer Tools Access prompt exactly, build with a custom output name:
go build -o "Developer Tools Access" ./examples/security/auth-dialog/ ./"Developer Tools Access"
Click to show internal directories.
Click to hide internal directories.