mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-17 02:21:47 +02:00
Integrate the relay authentication
This commit is contained in:
9
relay/auth/allow_all.go
Normal file
9
relay/auth/allow_all.go
Normal file
@ -0,0 +1,9 @@
|
||||
package auth
|
||||
|
||||
// AllowAllAuth is a Validator that allows all connections.
|
||||
type AllowAllAuth struct {
|
||||
}
|
||||
|
||||
func (a *AllowAllAuth) Validate(any) error {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user