Skip to content

Request for new release with Faraday middleware support #213

@abrkamalov

Description

@abrkamalov

Hi! 👋

Would it be possible to publish a new release of api-auth? The last release (v2.5.1) was published 3 years ago, and there have been several useful commits since then, particularly:

Faraday Middleware Support (#208)

  • Adds require 'faraday/api_auth'
  • Allows using :api_auth as a Faraday middleware
  • Documented in the README but not available in the released gem

This functionality would be very helpful for projects using Faraday, as it provides a cleaner integration compared to manually signing each request.

Current Workaround:
We're currently using gem 'api-auth', github: 'mgomes/api_auth', ref: '132205193cc54a9dfa17b3a8f5ddcf7aa1f4c727' to get this functionality, but we'd prefer to use an official release for stability and easier dependency management.

Would you consider cutting a v2.6.0 release?

Thanks for maintaining this gem! 🙏

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions