[#1240] added dedicated before/after auth hooks and refactored the submit interceptors

This commit is contained in:
Gani Georgiev
2023-01-15 17:00:28 +02:00
parent 8f6f87902a
commit 36ab3fd162
46 changed files with 1125 additions and 295 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ To build the minimal standalone executable, like the prebuilt ones in the releas
2. Navigate to `examples/base`
3. Run `GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build`
(_https://go.dev/doc/install/source#environment_)
4. Start the generated executable by running `./base serve`.
4. Start the created executable by running `./base serve`.
The supported build targets by the non-cgo driver at the moment are:
```