telemetry-analysis-service
telemetry-analysis-service copied to clipboard
Add auth credentials view for first time setup
The view would allow setting up the Google credentials via a view that we redirect to if no credentials are found in the database. That way we can simplify the setup procedure.
Now that we're removing direct google auth in #690 I think we should replace this with a view that asks for the relevant information. @washort Do you think we could also store the OIDC variables in constance so devs can easily set it up via this kind of view? The goal is basically to simplify the setup process of atmo and get rid of .env (see #611).