diff --git a/README.md b/README.md index ef1d217..3f9cdc6 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Tinyauth is a simple authentication middleware that adds simple username/password login or OAuth with Google, Github and any generic OAuth provider to all of your docker apps. It is made for traefik but it can be extended to work with all reverse proxies like caddy and nginx. +![Login](assets/login.png) + > [!WARNING] > Tinyauth is in active development and configuration may change often. Please make sure to carefully read the release notes before updating. @@ -64,4 +66,4 @@ Credits for the logo of this app go to: ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=steveiliop56/tinyauth&type=Date)](https://www.star-history.com/#steveiliop56/tinyauth&Date) \ No newline at end of file +[![Star History Chart](https://api.star-history.com/svg?repos=steveiliop56/tinyauth&type=Date)](https://www.star-history.com/#steveiliop56/tinyauth&Date) diff --git a/assets/login.png b/assets/login.png new file mode 100644 index 0000000..29abc06 Binary files /dev/null and b/assets/login.png differ