All checks were successful
Deploy / deploy (push) Successful in 15m6s
- Updated Dockerfile to create a cache directory for Next.js runtime, ensuring proper permissions and ownership. - Enhanced the authentication flow by updating the magic link expiration time from 5 to 15 minutes, improving user experience and reducing login issues. - Added user-friendly error handling for invalid or expired magic links, providing clear feedback on the login page. - Adjusted email templates to reflect the new 15-minute validity period for magic links. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
21 lines
426 B
JSON
21 lines
426 B
JSON
{
|
|
"enabledPlugins": {
|
|
"superpowers@superpowers-marketplace": false,
|
|
"prd-development@pm-skills": false
|
|
},
|
|
"extraKnownMarketplaces": {
|
|
"superpowers-marketplace": {
|
|
"source": {
|
|
"source": "github",
|
|
"repo": "obra/superpowers-marketplace"
|
|
}
|
|
},
|
|
"pm-skills": {
|
|
"source": {
|
|
"source": "github",
|
|
"repo": "deanpeters/Product-Manager-Skills"
|
|
}
|
|
}
|
|
}
|
|
}
|