NoAuth is no auth implementation of auther.
| 12 | |
| 13 | // NoAuth is no auth implementation of auther. |
| 14 | type NoAuth struct{} |
| 15 | |
| 16 | // Auth uses authenticates user 1. |
| 17 | func (a NoAuth) Auth(_ *http.Request, usr users.Store, _ *settings.Settings, srv *settings.Server) (*users.User, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected