Jan Dittberner
9ad06a2935
- add identity information to the index page - let the session expire when the token expires
9 lines
395 B
TOML
9 lines
395 B
TOML
AuthenticatedAs = "The identity provider authenticated your identity as {{ .Name }} with the email address {{ .Email }}."
|
|
ErrorTitle = "An error has occurred"
|
|
IndexGreeting = "Hello {{ .User }}"
|
|
IndexIntroductionText = "This is an authorization protected resource"
|
|
IndexTitle = "Welcome to the Demo application"
|
|
|
|
[LogoutLabel]
|
|
description = "A label on a logout button or link"
|
|
other = "Logout"
|