restructered some of the internals and added basic js app hooks support

This commit is contained in:
Gani Georgiev
2023-06-08 17:59:08 +03:00
parent ff5508cb79
commit 3cf3e04866
24 changed files with 1218 additions and 422 deletions
+2
View File
@@ -57,6 +57,8 @@ func RequestData(c echo.Context) *models.RequestData {
return result
}
// RecordAuthResponse generates and writes a properly formatted record
// auth response into the specified request context.
func RecordAuthResponse(
app core.App,
c echo.Context,