Skip to content
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

[Tech] Server-side Auth #3960

Open
mariojsnunes opened this issue Oct 26, 2024 · 0 comments
Open

[Tech] Server-side Auth #3960

mariojsnunes opened this issue Oct 26, 2024 · 0 comments

Comments

@mariojsnunes
Copy link
Contributor

mariojsnunes commented Oct 26, 2024

Is your feature request related to a problem? Please describe.
We want Server-side Auth to improve the platform security.
By having it, we can migrate some of our code to APIs which improves the platform maintainability.

To to this with firebase, the Admin SDK must be used.
For the Admin SDK to work we need it's service account private key.
For local development, all contributors would need the private key.

Options:

  1. We could commit it to the repo, the dev database is open anyway.
  2. Development with the emulator would be a requirement.
  3. Do not create APIs that require auth now, wait for Supabase.
    1. On Supabase, there won't be a shared database, everyone would use their local one.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant