Skip to content

Releases: PerryTS/google-auth

v0.2.0

Choose a tag to compare

@proggeramlug proggeramlug released this 09 Jul 07:28

What's new

  • iOS/macOS: serverAuthCode for offline access (#1) — GoogleSignInResult now includes the server auth code when the sign-in flow returns one, so backends can exchange it for refresh tokens.
  • Android: compile fix (#2) — crate-android failed to build (E0277: *mut Promise is not Send in the PENDING promise map). The stashed pointer is now wrapped in a Send newtype with a documented safety rationale. Android builds work again.

v0.1.1 — trusted publisher pipeline smoke

Choose a tag to compare

@proggeramlug proggeramlug released this 20 May 11:57

First release after wiring npm trust github for OIDC publishing. No code changes — exercises the GitHub Actions publish.yml path end-to-end: the workflow's id-token: write permission + npm publish --provenance --access public authenticates via OIDC against npm's trusted-publisher registration. No NPM_TOKEN involved.

Verifies: tag-driven release fires workflow → workflow checks tag matches package.json version → publishes @perryts/google-auth@0.1.1 with a provenance attestation visible on the package's npm page.