Implement authentication via Apple using Supabase. This will allow users to log in using their Apple accounts, enhancing user convenience and security.
Tasks
Configure Supabase for OAuth Providers
Enable Apple as external OAuth providers in the Supabase login.
Obtain necessary credentials (Client ID, Client Secret) from Apple and Google developer consoles.
Update Supabase configuration with these credentials.
Update Supabase Configuration
Modify the `config.toml` file or use environment variables to enable Apple and Google providers:
Implement authentication via Apple using Supabase. This will allow users to log in using their Apple accounts, enhancing user convenience and security.
Tasks
Acceptance Criteria
Additional Notes