-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
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! 🙏
davefp and dabluck
Metadata
Metadata
Assignees
Labels
No labels