spelling: optional

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/658/head
Josh Soref 2 years ago
parent 0746ec8567
commit 02fb079a9f
  1. 2
      handle.go

@ -262,7 +262,7 @@ func apiAuth(app *App, r *http.Request) (*User, error) {
return u, nil
}
// optionaAPIAuth is used for endpoints that accept authenticated requests via
// optionalAPIAuth is used for endpoints that accept authenticated requests via
// Authorization header or cookie, unlike apiAuth. It returns a different err
// in the case where no Authorization header is present.
func optionalAPIAuth(app *App, r *http.Request) (*User, error) {

Loading…
Cancel
Save