devise icon indicating copy to clipboard operation
devise copied to clipboard

Flexible authentication solution for Rails with Warden.

Results 275 devise issues
Sort by recently updated
recently updated
newest added

I've written a Chrome browser extension that loads a react-driven UI into users' webpages. In order to customize their experience, I'd like to allow them to "log into the extension"....

## Pre-check - Do not use the issues tracker for help or support, try Stack Overflow. - For bugs, do a quick search and make sure the bug has not...

This PR enables Rails 7 and Devise to work out of the box. Devise now opts out of turbo by default for its forms by making use of data: {...

## Environment - Ruby **3.0.3p157** - Rails **7.0.4** - Devise **4.8.1** ## Current behavior When a signed-in user visits `destroy_user_session_path` the flash message is "You need to sign in before...

## Environment - Ruby 3.1.2 (Win64) - Rails 7.0.4 - Devise 4.8.1 ## Current behavior When a session timeout occours the failure app performs a redirect. But unlike all other...

See: * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#attr-value * https://html.spec.whatwg.org/multipage/input.html#checkbox-state-(type%3Dcheckbox) * https://html.spec.whatwg.org/multipage/input.html#dom-input-value-default-on This issue causes the remember me functionality not to work correctly, especially when overriding the default styles as check boxes by default in...

## Environment - Ruby **2.7.2** - Rails **6.1.4** - Devise **4.8.0** ## Current behavior 1. Add `devise` to Gemfile. 2. Add `config.active_storage.draw_routes = false` to `config/application.rb`. 3. Draw own active...

It doesn't seems to be resolved or may reccured ([previous issue reference](https://github.com/heartcombo/devise/issues/1947)). I am facing the same issue. While `user.update_with_password,` if I pass `current_password, password` and `password_confirmation` it compares `current_password`...

## Environment - Ruby 2.6.3 - Rails 6.0.0 - Devise 4.7.1 ## Current behavior In a Rails 6 app without ActionMailer included (`rails new testapp --skip-action-mailer`), the default zeitwerk loader...

Bug
Needs PR