Implement direct login functionality with email and password
- Update login API to support direct authentication via email and password, removing the OAuth2 redirect flow. - Modify LoginForm component to include password field and validation. - Refactor useAuth composable to handle login with both email and password. - Remove unnecessary OAuth2 callback handler and PKCE utilities. - Update relevant documentation and error handling for the new login method.
This commit is contained in:
@@ -46,7 +46,10 @@
|
||||
"mcp__context7__get-library-docs",
|
||||
"mcp__playwright__browser_click",
|
||||
"mcp__playwright__browser_type",
|
||||
"WebFetch(domain:www.shadcn-vue.com)"
|
||||
"WebFetch(domain:www.shadcn-vue.com)",
|
||||
"WebFetch(domain:docs.cidaas.com)",
|
||||
"WebFetch(domain:articles.cidaas.de)",
|
||||
"WebFetch(domain:pre-release-docs.cidaas.com)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
|
||||
Reference in New Issue
Block a user