@@ 14,15 14,23 @@ included:
- Forgot password
- Change email
- Confirmation management
-- User sessions (using scs)
-- Storage (local fs or S3)
+- User sessions (using [scs](https://github.com/alexedwards/scs))
+- Storage (local fs or S3-like services)
- Custom form validation (combining echo and validator)
-- Built in async queue support (using dowork)
-- Custom email interfaces using carrier
+- Built in async queue support (using [dowork](https://git.sr.ht/~sircmpwn/dowork))
+- Custom email interfaces using [carrier](https://petersanchez.com/x/carrier)
- Lots of template helpers
- Built in localization
-Requires Go 1.18+ and PostgreSQL.
+Requires Go 1.20+ and PostgreSQL.
+
+To see how this is used in real applications you can see the following:
+
+- [GoHome](https://git.code.netlandish.com/~petersanchez/gohome) - Simple
+ application to server Go modules from your custom domain
+- [LinkTaco](https://git.code.netlandish.com/~netlandish/links) - A much more
+ complex suite of applications that powers
+ [LinkTaco.com](https://linktaco.com)
Seriously lacking documentation, base sql tables for users and confirmations,
and more. Like we said, don't use this yet. You've been warned :)