mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-29 14:39:40 +02:00
implement port+prefix matching
This commit is contained in:
parent
e18c04216e
commit
a5a0cf4ba8
11 changed files with 131 additions and 52 deletions
|
@ -7,9 +7,8 @@ import (
|
|||
"errors"
|
||||
"time"
|
||||
|
||||
"github.com/google/uuid"
|
||||
|
||||
"github.com/akamensky/base58"
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
// TokenLength is the length of a token.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue