view libervia/pages/app/page_meta.py @ 1283:436ef2ad92af

pages: moved CSRF checking code to a separate method: `checkCSRF` can now be used to check CSRF, and the token can be put in `X-Csrf-Token` header.
author Goffi <goffi@goffi.org>
date Fri, 19 Jun 2020 16:47:51 +0200
parents f511f8fbbf8a
children
line wrap: on
line source

#!/usr/bin/env python3


name = "app"
template = "app/app.html"