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:
Bastian Masanek
2025-10-31 14:27:38 +01:00
parent e71316dfe7
commit 7c7c4fcb6f
8 changed files with 178 additions and 268 deletions

View File

@@ -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": []