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

Remove city-specific authentication tables post-unified login #3718

Open
misaugstad opened this issue Nov 1, 2024 · 1 comment
Open

Remove city-specific authentication tables post-unified login #3718

misaugstad opened this issue Nov 1, 2024 · 1 comment

Comments

@misaugstad
Copy link
Member

Brief description of problem/feature

In #3712 we added unified login, but we kept the old authentication tables in each cities' schema in case anything went wrong. After the current system has been in place for a few weeks, we should be safe to delete those old tables (which will then be out of date anyway).

@misaugstad
Copy link
Member Author

And when doing this, we should add the sidewalk_login schema to the search path for the db users (both in prod AND in dev env). Then we can remove the explicit references to the sidewalk_login that we have throughout the code.

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