permanent
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

login.json.twig
text/plain

Download raw (301 bytes)

{%- if not grav.user.authenticated -%}
{"code":401,"status":"unauthenticated","error":{"message":"Authentication required","login":{{ include('partials/login-form.html.twig')|trim|json_encode }}}}
{%- else -%}
{"code":200,"status":"authenticated","message":"You have been authenticated"}
{%- endif -%}