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

don't export default config #695

Open
davidism opened this issue Jul 25, 2022 · 0 comments
Open

don't export default config #695

davidism opened this issue Jul 25, 2022 · 0 comments

Comments

@davidism
Copy link
Collaborator

Currently we store default values for app config and extension attributes in the flask_login.config module. Some of those values are exported from __init__.py. Those exports and defaults don't mean anything, they can't be changed at that level. Deprecate them and keep default config in class attributes and init_app only.

@davidism davidism self-assigned this Nov 2, 2023
@davidism davidism removed their assignment Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant