add working signup + login

This commit is contained in:
sam 2023-09-04 03:33:13 +02:00
parent bc85b7c340
commit d8cb8c8fa8
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
27 changed files with 600 additions and 39 deletions

View file

@ -29,7 +29,7 @@ func (a *App) Logger(next http.Handler) http.Handler {
}
// log end request
log.Info().
log.Debug().
Timestamp().
Str("remote_ip", r.RemoteAddr).
Str("url", r.URL.Path).