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

hidden_tag does not work as expected #9

Closed
pyx opened this issue May 5, 2017 · 0 comments
Closed

hidden_tag does not work as expected #9

pyx opened this issue May 5, 2017 · 0 comments

Comments

@pyx
Copy link
Owner

pyx commented May 5, 2017

As of version 0.3.0, I changed hidden_tag into more in line with Flask-WTF's, which includes all hidden tags in addition to the csrf_token. This sounds good except I did not wrap the whole thing inside Markup and returned a string directly, which broke the API.

In stead of having yet another dependency (markupsafe), I am planning to remove property hidden_tag, the token will still be accessible as form.csrf_token or whatever name user set in configuration anyway. I may add it back later on if there will be strong demand.

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