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

portal API #99

Open
3 of 8 tasks
mfreeman451 opened this issue Apr 22, 2024 · 1 comment · Fixed by #101
Open
3 of 8 tasks

portal API #99

mfreeman451 opened this issue Apr 22, 2024 · 1 comment · Fixed by #101
Assignees
Labels
API enhancement New feature or request PZ
Milestone

Comments

@mfreeman451
Copy link
Contributor

mfreeman451 commented Apr 22, 2024

Users should be able to login through the portal, get an authentication token behind the scenes, the token is then used to authenticate requests to the API for batch and streaming.

https://cloud.google.com/identity-platform/docs/multi-tenancy-managing-tenants

Edit:

The firebase identity platform built-in multi-tenant stuff requires users setup completely new authentication providers for google, github, their own stuff, etc. Until a customer asks us to provide this, we are going to hold off on implementing it. Until then we will have our own concept of tenants, stored in a table in firestore, and pinned to a user using custom claims.

@mfreeman451 mfreeman451 added enhancement New feature or request API labels Apr 22, 2024
@mfreeman451 mfreeman451 added this to the PZ milestone Apr 22, 2024
@mfreeman451 mfreeman451 self-assigned this Apr 22, 2024
@mfreeman451 mfreeman451 added the PZ label Apr 22, 2024
@mfreeman451
Copy link
Contributor Author

re-opening

@mfreeman451 mfreeman451 reopened this Apr 26, 2024
@mfreeman451 mfreeman451 linked a pull request Apr 26, 2024 that will close this issue
@mfreeman451 mfreeman451 reopened this Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API enhancement New feature or request PZ
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

1 participant