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

Support for authentication using an external database #32

Closed
wants to merge 10 commits into from

Conversation

jakubman1
Copy link
Contributor

Integrates Flask-Login and a support for external authentication database using emails and passwords.

This change prepares the db-init script for support for multiple
SQLAlchemy namespaces. Since all current models are in the
default namespace, this change does not change the current behaviour.
These libraries provide functionality required for authenticating
users using a user database.
App factory can now use config values before they are registered
to change the app initialization.
The model has a differnet bind key, so it will not be created
during database preparation. It allows ExaFS to load authentication
information for an external database.
The logout button is only visible, when DB_AUTH is set to True and
user is logged in.
@jakubman1 jakubman1 changed the base branch from master to develop August 17, 2023 10:48
@jakubman1 jakubman1 closed this Oct 23, 2023
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

Successfully merging this pull request may close these issues.

None yet

1 participant