You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
To make stormpath-flask truly customizable, we probably need to allow users to override the Flask views in addition to the HTML templates (which is already supported).
This would most likely involve converting the current view functions to pluggable class-based views, which would be much more flexible and make it easier to enhance some of the current views and WTForms.
To make stormpath-flask truly customizable, we probably need to allow users to override the Flask views in addition to the HTML templates (which is already supported).
This would most likely involve converting the current view functions to pluggable class-based views, which would be much more flexible and make it easier to enhance some of the current views and WTForms.