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

chore: upgrade werkzeug and Flask, deprecate OpenID and MongoEngine #2196

Merged
merged 4 commits into from
Feb 14, 2024

Conversation

dpgaspar
Copy link
Owner

@dpgaspar dpgaspar commented Feb 14, 2024

Description

  • Upgrades Werkzeug and Flask

Removes support for authentication type OpenID (AUTH_OID) and mongoEngine

  • OpenID 2.0 (not OpenID Connect) is a legacy authentication method and flask-openid as limited support.
  • MongoEngine depends on flask-mongoengine that seems stalled, also it's currently not possible to properly support this feature on FAB.

ADDITIONAL INFORMATION

  • Has associated issue:
  • Is CRUD MVC related.
  • Is Auth, RBAC security related.
  • Changes the security db schema.
  • Introduces new feature
  • Removes existing feature

cc: @potiuk

@dpgaspar dpgaspar changed the title chore: upgrade werkzeug and Flask dependencies chore: upgrade werkzeug and Flask, deprecate OpenID and MongoEngine Feb 14, 2024
@dpgaspar dpgaspar merged commit 96e9c24 into master Feb 14, 2024
13 checks passed
@dpgaspar dpgaspar deleted the chore/upgrade-werkzeug branch February 14, 2024 22:49
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.

2 participants