Skip to content
View ryandiginomad's full-sized avatar
  • Taiwan
  • 19:49 (UTC +08:00)

Block or report ryandiginomad

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
ryandiginomad/README.md

Ryan Tang

Software engineer building commerce platforms. Taipei · Open to remote.

Open-source contributions

Merged

In review

Projects

  • oidc-footguns — A correct-by-default OAuth 2.0 / OIDC client in Go, with the common footguns documented and defended (PKCE, state, nonce, RFC 9207 mix-up, id_token verification, token-at-rest).
  • saga-footguns — A correct-by-default saga / distributed-transaction orchestrator in Go, with the classic footguns documented and defended as naive-breaks/correct-fixed test pairs (idempotent retry, lost/partial compensation, transactional outbox, compensation-can-fail), including crash-recovery.

Go · Java · Spring Boot · TypeScript · React · Next.js · Shopify · WooCommerce

ryan.diginomad@gmail.com

Pinned Loading

  1. oidc-footguns oidc-footguns Public

    A correct-by-default OAuth 2.0 / OIDC client in Go, with the footguns documented.

    Go 1

  2. saga-footguns saga-footguns Public

    Correct-by-default saga orchestrator in Go — the classic distributed-transaction footguns documented and defended: idempotent retry, lost/partial compensation, transactional outbox, compensation-ca…

    Go