mirror of
https://github.com/MarekWojt/gertdns.git
synced 2025-12-15 12:59:53 +01:00
DNS, Config, Auth, Web (leer)
This commit is contained in:
11
auth/auth.go
Normal file
11
auth/auth.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package auth
|
||||
|
||||
type AuthenticationRequest struct {
|
||||
User string
|
||||
Password string
|
||||
Domain string
|
||||
}
|
||||
|
||||
func IsAuthenticated(request AuthenticationRequest) (bool, error) {
|
||||
return true, nil
|
||||
}
|
||||
Reference in New Issue
Block a user