add csrf_token to JavaScript actions
This commit is contained in:
parent
8369035693
commit
b29fa75226
5 changed files with 17 additions and 5 deletions
|
|
@ -3,11 +3,13 @@
|
|||
## 0.10.0
|
||||
+ Codebase refactor (with breaking changes!)
|
||||
+ Dropped support for Python<=3.9
|
||||
+ Switched database to PostgreSQL
|
||||
+ Move ALL config to .env (config.py is NO MORE supported)
|
||||
+ Config SITE_NAME replaced with APP_NAME
|
||||
+ Add CSRF token and flask_WTF
|
||||
+ Schema changes: biography and website moved to `User`; `UserProfile` table deprecated (and useless fields removed)
|
||||
+ Posts can now be permanently deleted
|
||||
+ Miscellaneous style changes
|
||||
|
||||
## 0.9.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue