mirror of
https://github.com/MarekWojt/gertdns.git
synced 2026-04-27 15:04:15 +02:00
DNS, Config, Auth, Web (leer)
This commit is contained in:
@@ -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