File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 55
66 "github.com/gin-contrib/cors"
77 "github.com/gin-gonic/gin"
8+
89 "github.com/sdslabs/nymeria/pkg/middleware"
910)
1011
Original file line number Diff line number Diff line change @@ -39,6 +39,6 @@ type VerifiableIdentityAddress struct {
3939type SecureAccessProfileRequest struct {
4040 RedirectURL string `json:"redirect_url"`
4141 ClientKey string `json:"client_key"`
42- Timestamp string `json:"timestamp"` // Unix timestamp to prevent replay attacks
42+ Timestamp string `json:"timestamp"` // Unix timestamp to prevent replay attacks
4343 Signature string `json:"signature"` // HMAC signature of "client_key:timestamp:redirect_url"
4444}
Original file line number Diff line number Diff line change 66
77 "github.com/gin-gonic/gin"
88 client "github.com/ory/client-go"
9+
910 "github.com/sdslabs/nymeria/config"
1011 "github.com/sdslabs/nymeria/helper"
1112 "github.com/sdslabs/nymeria/log"
You can’t perform that action at this time.
0 commit comments