Devise Masquerade Versions Save

Extension for devise, enable login as functionality. Add link to the masquerade_path(resource) and use it.

v2.1.0

1 year ago
  • replaced to_param -> id to support the.find method properly.

v2.0.2

1 year ago
  • fix issue with helper method #116

v2.0.1

1 year ago
  • trying to fix the issue with session storage.

v2.0.0

1 year ago
  • added Devise.masquerade_storage_method = :session
  • :session as default method to store masqueraded user
  • cache (Rails.cache) is optionable now

v1.3.9

2 years ago

v1.3.3

3 years ago
  • applied the minor changes on using GlobalID

v1.3.1

3 years ago
  • Use GlobalID as routing id in the masquerade links
  • Applied the security fix to ensure to back only to the origin (owner) of masquerading user.