oauth2-proxy/pkg/app/pagewriter
Cory Bolar a02ab7c04e Embed static stylesheets and dependencies
Embedding css and webfont dependencies allows the application to present
itself correctly in an environment that does not allow downloading the
files from a cdn.

Inspiration taken from #1492 but reworked to make use of embed.FS
simplifying the approach.
2023-08-24 20:50:17 -04:00
..
default_logo.svg Add option for custom logos on the sign in page 2021-02-19 13:23:55 +00:00
error.html Embed static stylesheets and dependencies 2023-08-24 20:50:17 -04:00
error_page.go Some typos (#1222) 2021-06-02 19:41:30 +01:00
error_page_test.go Fix Linting Errors (#1835) 2022-10-21 11:57:51 +01:00
pagewriter.go implement an error alert message for invalid basic auth credentials 2022-06-30 18:10:02 +03:00
pagewriter_suite_test.go Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
pagewriter_test.go Fix Linting Errors (#1835) 2022-10-21 11:57:51 +01:00
robots.txt Add static pages to PageWriter interface 2021-03-21 18:28:37 +00:00
sign_in.html Embed static stylesheets and dependencies 2023-08-24 20:50:17 -04:00
sign_in_page.go implement an error alert message for invalid basic auth credentials 2022-06-30 18:10:02 +03:00
sign_in_page_test.go Fix Linting Errors (#1835) 2022-10-21 11:57:51 +01:00
static_pages.go Create seperate page getter 2021-03-21 18:34:43 +00:00
static_pages_test.go Fix Linting Errors (#1835) 2022-10-21 11:57:51 +01:00
templates.go Extract templates to separate files 2021-02-19 11:30:59 +00:00
templates_test.go Fix Linting Errors (#1835) 2022-10-21 11:57:51 +01:00