mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-16 08:16:18 +02:00
add authenticate events
This commit is contained in:
parent
3d9322bd32
commit
dda4a878bc
4 changed files with 63 additions and 3 deletions
|
@ -19,6 +19,7 @@ const (
|
|||
QuerySessionEncrypted = "pomerium_session_encrypted"
|
||||
QuerySessionState = "pomerium_session_state"
|
||||
QueryVersion = "pomerium_version"
|
||||
QueryRequestUUID = "pomerium_request_uuid"
|
||||
)
|
||||
|
||||
// URL signature based query params used for verifying the authenticity of a URL.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue