omniauth-identity icon indicating copy to clipboard operation
omniauth-identity copied to clipboard

Replace deprecated usage of Request[] with request.params[]

Open adolski opened this issue 1 year ago • 2 comments

In Rack 3.0.0.beta1, Request[] was deprecated and prints the following message to the console when used:

Request#[] is deprecated and will be removed in a future version of Rack. Please use request.params[] instead

This PR replaces the use of Request[] with Request.params[] per the recommendation of the console message.

adolski avatar Dec 14 '23 22:12 adolski

Any idea if this is going to be merged in? Is this gem still maintained by anyone?

scott8803 avatar Apr 07 '24 22:04 scott8803

Who has write access to this repository to merge in the changes above? This completely crashes now in Rails 7/Rack 3.1 without it.

scott8803 avatar Jun 25 '24 19:06 scott8803