Releases: PerryTS/google-auth
Releases · PerryTS/google-auth
Release list
v0.2.0
What's new
- iOS/macOS:
serverAuthCodefor offline access (#1) —GoogleSignInResultnow 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-androidfailed to build (E0277:*mut Promiseis notSendin thePENDINGpromise map). The stashed pointer is now wrapped in aSendnewtype with a documented safety rationale. Android builds work again.
v0.1.1 — trusted publisher pipeline smoke
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.