Jan Dittberner
9ad06a2935
- add identity information to the index page - let the session expire when the token expires
24 lines
775 B
TOML
24 lines
775 B
TOML
[AuthenticatedAs]
|
|
hash = "sha1-58e33592c806dab9cddd3693c0cfee64a07a0a9b"
|
|
other = "Der Identity-Provider hat dich als {{ .Name }} mit der E-Mail-Adresse {{ .Email }} identifiziert."
|
|
|
|
[ErrorTitle]
|
|
hash = "sha1-736aec25a98f5ec5b71400bb0163f891f509b566"
|
|
other = "Es ist ein Fehler aufgetreten"
|
|
|
|
[IndexGreeting]
|
|
hash = "sha1-d4a13058e497fa24143ea96d50d82b818455ef61"
|
|
other = "Hallo {{ .User }}"
|
|
|
|
[IndexIntroductionText]
|
|
hash = "sha1-c2c530e263fc9c38482338ed290aafb496794179"
|
|
other = "Das ist eine zugriffsgeschützte Resource"
|
|
|
|
[IndexTitle]
|
|
hash = "sha1-eccb2b889c068d3f25496c1dad3fb0f88d021bd9"
|
|
other = "Willkommen in der Demo-Anwendung"
|
|
|
|
[LogoutLabel]
|
|
description = "A label on a logout button or link"
|
|
hash = "sha1-8acfdeb9a8286f00c8e5dd48471cfdc994807579"
|
|
other = "Ausloggen"
|