Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 1562182722 (0.18 sec)

  1. tests/common/jwt/jwt_token.go

    // package jwt includes sample JWT Token used in e2e tests.
    package jwt
    
    const (
    	// Payload {
    	//  "exp": 4715782722,
    	//  "groups": [
    	//    "group-1"
    	//  ],
    	//  "iat": 1562182722,
    	//  "iss": "******@****.***",
    	//  "sub": "sub-1"
    	// }
    	// Generated by: security/tools/jwt/samples/gen-jwt.py tests/common/jwt/key.pem -jwks=tests/common/jwt/jwks.json
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  2. tests/integration/security/jwt_test.go

    							check.RequestHeaders(map[string]string{
    								headers.Authorization: "",
    								"X-Test-Payload":      payload1,
    								"X-Jwt-Iss":           "******@****.***",
    								"X-Jwt-Iat":           "1562182722",
    							}))
    					},
    				},
    				{
    					name: "valid-token-2-noauthz",
    					customizeCall: func(t framework.TestContext, from echo.Instance, opts *echo.CallOptions) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 25.3K bytes
    - Viewed (0)
Back to top