Record Fase 1 design decisions before implementation
- JWT strategy: Option B (GoTrue as OIDC proxy, not direct Keycloak JWT) - Self-registration enabled in Keycloak realm - Multiple collectives per user with sidebar switcher - Invitations are link-only (no email/Resend integration) - Avatar upload uses in-browser crop (cropperjs) at 1:1 ratio - Removed Edge Functions from plan; invitation logic handled in SvelteKit server actions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"displayName": "Colectivo",
|
||||
"enabled": true,
|
||||
"sslRequired": "external",
|
||||
"registrationAllowed": false,
|
||||
"registrationAllowed": true,
|
||||
"loginWithEmailAllowed": true,
|
||||
"duplicateEmailsAllowed": false,
|
||||
"resetPasswordAllowed": true,
|
||||
|
||||
Reference in New Issue
Block a user