Skip to content

issues Search Results · repo:mgomes/api_auth language:Ruby

Filter by

72 results
 (770 ms)

72 results

inmgomes/api_auth (press backspace or delete to remove)

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 ...
  • abrkamalov
  • Opened 
    17 hours ago
  • #213

I m experimenting with this gem as an alternative to secure some API s in two of our Rails apps that talk to each other. An example method that makes a request might look like: def index request = ...
  • camerondrysdale
  • 1
  • Opened 
    on Nov 1, 2022
  • #210

Hello @mgomes There was a problem in the compatibility of the client and the server due to the difference in the versions of the gem, a small fix for this problem is already ready in the master, can you ...
  • lireirelico
  • 1
  • Opened 
    on Aug 17, 2022
  • #209

If a dev is currently using api-auth 2.5.0 for client and server apps with client request Net:HTTP and server request ActionDispatch::Request, then a PUT or POST can never succeed. This issue is already ...
  • shaheenery
  • 3
  • Opened 
    on Oct 14, 2021
  • #201

Look at this code: uri = URI( http://localhost:3000 ) request = Net::HTTP::Post.new(uri) request.content_type = application/x-www-form-urlencoded signed_request = ApiAuth.sign!(request, test , MainController::SECRET_KEY) ...
  • maxd
  • 4
  • Opened 
    on Jul 27, 2021
  • #197

The Travis story is still a bit uncertain. But anyway, GitHub actions run quickly and is free for open source projects like ours.
  • mgomes
  • Opened 
    on May 11, 2021
  • #196

I m seeing this warning while using Faraday 1.3.0 and api-auth 2.4.1: WARNING: `Faraday::Request#method` is deprecated; use `#http_method` instead. It will be removed in or after version 2.0. `Faraday::Request#method` ...
  • andrewhavens
  • 8
  • Opened 
    on Mar 26, 2021
  • #190

  • mgomes
  • 1
  • Opened 
    on May 5, 2020
  • #185

Can be done in conjunction with #178
  • mgomes
  • 2
  • Opened 
    on May 5, 2020
  • #184

Rails 6 is complaining with version 2.3.1: DEPRECATION WARNING: Initialization autoloaded the constants ActionText::ContentHelper and ActionText::TagHelper. Being able to do this is deprecated. Autoloading ...
  • pjmartorell
  • Opened 
    on May 4, 2020
  • #181
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub