Skip to content
View tomas-chudjak's full-sized avatar

Block or report tomas-chudjak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. How to parse and validate AWS Cognit... How to parse and validate AWS Cognito token with go
    1
    // AWS Cognito public keys are available at address:
    2
    // https://cognito-idp.{region}.amazonaws.com/{userPoolId}/.well-known/jwks.json
    3
    publicKeysURL := "https://cognito-idp.{region}.amazonaws.com/{userPoolId}/.well-known/jwks.json"
    4
    
                  
    5
    // Start with downloading public keys information
  2. Bash utility AWS Run Command Bash utility AWS Run Command
    1
    #!/bin/bash
    2
    
                  
    3
    #================================================================
    4
    # HEADER
    5
    #================================================================
  3. AWS Cloudfront invalidation script w... AWS Cloudfront invalidation script with status waiting method
    1
    #!/bin/bash
    2
    
                  
    3
    #================================================================
    4
    # HEADER
    5
    #================================================================
  4. hugo-chess-viewer hugo-chess-viewer Public

    Lichess pgn viewer wrapper for Hugo static site generator

    HTML

  5. kleidi-task kleidi-task Public

    Local-first task tracker for developers with MCP-first AI integration

    Go