mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +00:00
[proxy, management] Add header auth, access restrictions, and session idle timeout (#5587)
This commit is contained in:
@@ -13,10 +13,11 @@ import (
|
||||
|
||||
type Method string
|
||||
|
||||
var (
|
||||
const (
|
||||
MethodPassword Method = "password"
|
||||
MethodPIN Method = "pin"
|
||||
MethodOIDC Method = "oidc"
|
||||
MethodHeader Method = "header"
|
||||
)
|
||||
|
||||
func (m Method) String() string {
|
||||
|
||||
Reference in New Issue
Block a user