Is your feature request related to a problem? Please describe.
When enabling OAUTH_AUTO_REDIRECT=generic, tinyauth automatically redirects login to oauth provider. But there is a flash of default tinyauth login before the redirect actually happens. This results in suboptimal loading time and it doesn't look very pretty.
Describe the solution you'd like
Redirect straight to auth without showing the default tinyauth login html.
I know this is possible because I've been using caddy-security plugin. It also has an automatic oauth redirect option, and it is instant.
Is your feature request related to a problem? Please describe.
When enabling
OAUTH_AUTO_REDIRECT=generic, tinyauth automatically redirects login to oauth provider. But there is a flash of default tinyauth login before the redirect actually happens. This results in suboptimal loading time and it doesn't look very pretty.Describe the solution you'd like
Redirect straight to auth without showing the default tinyauth login html.
I know this is possible because I've been using caddy-security plugin. It also has an automatic oauth redirect option, and it is instant.