- Web-based Markdown formatter with real-time conversion - Microsoft Azure AD authentication with PKCE flow - Server-side JWT validation with httpOnly cookies - Clipboard functionality for HTML/text output - PHP backend with Composer dependency management - Comprehensive README with installation instructions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
No EOL
313 B
JSON
14 lines
No EOL
313 B
JSON
{
|
|
"name": "ai-sandbox/format",
|
|
"description": "Markdown to HTML Converter with Azure AD Authentication",
|
|
"type": "project",
|
|
"require": {
|
|
"firebase/php-jwt": "^6.10"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "stable"
|
|
} |