Compose-Examples/examples/dashy/README.md

10 lines
307 B
Markdown
Raw Normal View History

2023-02-23 00:03:58 +00:00
# References
2023-02-15 21:45:31 +00:00
2024-03-27 20:41:53 +00:00
- https://github.com/Lissy93/dashy
# Notes
2024-03-27 20:42:02 +00:00
> [!CAUTION]
2024-03-27 20:41:53 +00:00
> Dashy's authentication happens on the client side only, which can be easily bypassed by an attacker. It is not recommended to expose Dashy, as it is not considered secure.
>
> More information [here](https://subract.dev/posts/dashy/)