aioredis integration and forced authentication

This commit is contained in:
decentral1se
2021-06-12 00:53:57 +02:00
parent 1acc7705df
commit 96e718db3a
5 changed files with 163 additions and 21 deletions

View File

@ -7,5 +7,8 @@
Hello, {{ user.preferred_username }}
<small>(<a href="{{ url_for('logout') }}">logout</a>)</small>
</p>
<p>
<a href="{{ url_for('invite_keycloak') }}">Generate an invite link</a>
</p>
</body>
</html>