omniauth-identity
omniauth-identity copied to clipboard
Replace deprecated usage of Request[] with request.params[]
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.
Any idea if this is going to be merged in? Is this gem still maintained by anyone?
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.