issues Search Results · repo:mgomes/api_auth language:Ruby
Filter by
71 results
(82 ms)71 results
inmgomes/api_auth (press backspace or delete to remove)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
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
Hello, can we drop the support of Rails 4.0 and 4.1 ?
The test suit on travis is very long.
fwininger
- 4
- Opened on Aug 27, 2019
- #178

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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.