-
Notifications
You must be signed in to change notification settings - Fork 1
fix(login) use the verification url without the code #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🚀 Package Preview Available!Install this PR's preview build with npm: npm i @base44-preview/[email protected]Prefer not to change any import paths? Install using npm alias so your code still imports npm i "base44@npm:@base44-preview/[email protected]"Or add it to your {
"dependencies": {
"base44": "npm:@base44-preview/[email protected]"
}
}
Preview published to npm registry — try new features instantly! |
PR Review: Fix(login) use the verification url without the codeSummaryThis PR implements a security improvement by switching from Code Quality & Best Practices ✅Positive:
Schema Changes (src/core/auth/schema.ts:18-33):
UI Changes (src/cli/commands/auth/login.ts:30-32):
Security Considerations ✅Improvements Made:
No New Vulnerabilities Introduced:
Potential Issues & Considerations
|
Changes asked by security team to not give the user the userCode in the searchparams