This commit is contained in:
PB
2025-11-08 13:55:34 +01:00
parent d7bcb71acf
commit 82653025be
7 changed files with 51 additions and 58 deletions

5
identity/dto/header.go Normal file
View File

@@ -0,0 +1,5 @@
package identity
type AuthorizationHeaderDTO struct {
Authorization string `reqHeader:"authorization"`
}