Arinze Okeke
Arinze Okeke
Hi, here are my modifications in detail 1. Security flaw in authenticate_for. - Using authenticate_for directly for namespaced models(any model actually) doesn't send back an Unauthorized header when an invalid/no...
Rails5+ requires migration version included in the migration file superclass eg: class ActsAsFollowerMigration < ActiveRecord::Migration[5.1]
Refactor
Hi, thanks for this! Saved me a lot of work. Did a little refactor to it to fix some issues I found while using it. 1. Made the Init function...