Skip to content

Releases: oivoodoo/devise_masquerade

2.1.3

02 Nov 11:43
9d568e0
Compare
Choose a tag to compare

2.1.0

16 Dec 09:21
Compare
Choose a tag to compare
  • replaced to_param -> id to support the.find method properly.

2.0.2

25 Oct 10:28
Compare
Choose a tag to compare
  • fix issue with helper method #116

v2.0.1

18 Oct 10:39
bc682eb
Compare
Choose a tag to compare
  • trying to fix the issue with session storage.

v2.0.0

10 Oct 08:34
Compare
Choose a tag to compare
  • added Devise.masquerade_storage_method = :session
  • :session as default method to store masqueraded user
  • cache (Rails.cache) is optionable now

Add GUID per masquerade owner

11 Sep 15:31
Compare
Choose a tag to compare
  • it's the security fix for #94

Minor changes

17 Feb 11:50
Compare
Choose a tag to compare
  • applied the minor changes on using GlobalID

Use GlobalID as routing id in the masquerade links

05 Feb 21:00
Compare
Choose a tag to compare
  • 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.