# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "tinyoauth" in publications use:' type: software license: MIT title: 'tinyoauth: Minimal OAuth 2.0 Client' version: 0.1.0.1 doi: 10.32614/CRAN.package.tinyoauth abstract: A dependency-light OAuth 2.0 client supporting the client-credentials and authorization-code grants with token refresh. Built on 'curl' and 'jsonlite', with base R's socket server for the redirect listener, avoiding heavier HTTP stacks. authors: - family-names: Hernandez given-names: Troy email: troy@cornball.ai orcid: https://orcid.org/0009-0005-4248-604X repository: https://cornball-ai.r-universe.dev repository-code: https://github.com/cornball-ai/tinyoauth commit: 94b1c8f3c90308f3b0cad426290e2cb7993ace18 url: https://github.com/cornball-ai/tinyoauth date-released: '2026-06-20' contact: - family-names: Hernandez given-names: Troy email: troy@cornball.ai orcid: https://orcid.org/0009-0005-4248-604X