Switch to OIDC authentication

This commit is contained in:
Timotej Lazar 2023-09-06 14:28:06 +02:00
parent 5add39a8a7
commit 9dc0fbb4fe
5 changed files with 88 additions and 81 deletions

View file

@ -53,7 +53,7 @@ ul.keys a {
{% if current_user.is_authenticated %}
<div style="float:right;">
{{ current_user['username'] }} |
<a href="{{ url_for('auth.logout') }}">Odjava</a>
<a href="{{ url_for('logout') }}">Odjava</a>
</div>
{% endif %}