refactor: prepare for introduction of token based authentication (#3921)

This commit is contained in:
Dag 2024-01-24 23:06:23 +01:00 committed by GitHub
parent 1262cc982c
commit 06b299e627
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 240 additions and 291 deletions

View file

@ -36,7 +36,7 @@ function render(string $template, array $context = []): string
/**
* Render php template with context
*
* DO NOT PASS USER INPUT IN $template or $context
* DO NOT PASS USER INPUT IN $template OR $context (keys!)
*/
function render_template(string $template, array $context = []): string
{