devise icon indicating copy to clipboard operation
devise copied to clipboard

Flexible authentication solution for Rails with Warden.

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

## 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...

## Pre-check - Have not found exact resolution on stackoverflow something related to warden but not sure how to implement ## Environment - Ruby **3.0.2** - Rails **6.1.4.1** - Devise...

I have made a React-based Chrome extension for language learners. I would like to add features that will require a backend server and unique user sessions which I am creating....

The /users/sign_in page works swimmingly with captcha integration. The /users/sign_up page, however, does not. I've followed the guide @ `https://github.com/heartcombo/devise/wiki/How-To:-Use-Recaptcha-with-Devise` to the letter. ## Environment - Ruby **[2.6.3]** - Rails...

## Environment - Ruby **2.7** - Rails **5.2.4.2** - Devise **4.7.1** ## Current behavior When changing an user's email address with `reconfirmable` set to true, two calls to `send_devise_notification` are...

## 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...

Same issue as [UncaughtThrowError warden #4427]( https://github.com/heartcombo/devise/issues/4427) When ApplicationCable Subscription to channel is active and timeout_in is set to x minutes, when the timeout kicks in ApplicationCable will try to...

This is a modified version of https://github.com/heartcombo/devise/pull/5351 that fixes the remaining issues: * Only extend remember_me if remember_me is currently active * Set a timeout for extend_remember_period tests, otherwise the...

This PR adds better tests for `extend_remember_period` and tries to better document what the feature is supposed to do. Currently it's not very well specified, and I'm not sure it's...

I'm using Rails 5.2 with Devise and Azure AD for SSO, Sign in process and SP initiated logout is working fine. For IdP initiated logout, the user is not logged...