~netlandish/gobwebs

2ddd7092ad84397c833869102c1bcb66b46f9ab1 — Peter Sanchez 19 days ago 7070749 master
Updated README
1 files changed, 13 insertions(+), 5 deletions(-)

M README.md
M README.md => README.md +13 -5
@@ 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 :)