devise_masquerade icon indicating copy to clipboard operation
devise_masquerade copied to clipboard

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

Results 22 devise_masquerade issues
Sort by recently updated
recently updated
newest added

I have seen similar issues to what I am experiencing but the suggested solutions don't seem to be working. I have a Rails app with 2 devise models. Admin and...

Basic app, I have checked older versions and it doesn't happen (1.13.11 vs 0.40 and 1.2)

Hi, I am using devise_masquerade v0.6.5 and devise v4.7.1 and pundit v1.1.0. I acknowledge that v0.6.5 is old but I'm wondering whether v1.2.0 will fix it, or even how I...

As a follow-up to https://github.com/oivoodoo/devise_masquerade/issues/92 there are several recent PATCH releases that may have changed the 'public' interface and therefore do not adhere to the correct SEMVER - https://semver.org/. An...

The example in the README for using CanCan suggests the following: ```ruby def masquerade_authorize! authorize!(:masquerade, User) end ``` However, the `masquerade_authorize!` method is also called before the `back` action. In...

Hi, is there any way to get the details from the originating user? I want to display "Switch back to " in the navigation. Thx and greetings Holger

Hi there, looks like tags for v1.3.10, 1.3.11 and 1.3.12 haven't been added? Also `version.rb` says `1.3.11` even though the latest version on rubygems is v1.3.12. Makes it a bit...

Hi guys, thanks for mantaining this gem! I'm getting this error: ``` NoMethodError: undefined method `id' for nil:NilClass "devise_masquerade_#{masqueraded_resource_name}_#{masqueradable_resource.id}_#{guid}".to_sym ``` sometimes when trying to log in. I'm using the `masquerade_path`...

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.16.2. Release notes Sourced from nokogiri's releases. v1.16.2 / 2024-02-04 Security [CRuby] Vendored libxml2 is updated to address CVE-2024-25062. See GHSA-xc9x-jj77-9p9j for more information. Dependencies...

dependencies