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

Is there an integration guide for rails 7?

## Environment - Ruby **2.6.5** - Rails **6.0.3.2** - Devise **4.7.2** ## Current behavior After manually `sign_in` or `bypass_sign_in` methods do not redirecting, and response never come back to chrome...

## Environment - Ruby **3.0.2p107** - Rails **7.0.0** - Devise **4.8.1** ## Current behavior A new rails 7 app with devise. Flash messages from Devise are not shown but Flash...

Devise "Cancel my account" is not responsing. turbo_devise_gem else / redirect gives error. - Ruby 3.0.1 - Rails 7.0.2.3 - Latest Devise I hope devise gem is going to suitable...

Devise `FailureApp` now returns a `422` status when running the `recall` flow. This, combined with https://github.com/heartcombo/responders/pull/223, enables Devise to work correctly with the [new Rails defaults](https://github.com/rails/rails/pull/41026) for form errors, as...

## Summary Thanks you make amazing Gem. and all contributers. I think add httponly: true in template of devise.rb. > A cookie with the HttpOnly attribute is inaccessible to the...

## Environment - Ruby **[2.7.5p203 (2021-11-24 revision f69aeb8314) [x64-mingw32]]** - Rails **[6.1.6.1]** - Devise **[4.8.1]** ## Current behavior when running `rails generate devise:install` ``` Traceback (most recent call last): 28:...

## Environment - Ruby **[2.5.8]** - Rails **[5.0.7.2]** - Devise **[4.7.3]** ## Current behavior - Generate new rails `5` application - Add devise 2.7.3 in Gemfile - bundle install -...

This PR adds Dependabot for GitHub Actions as described here - https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot As the checkout action is currently out of date, Dependabot will open a PR to update it if...

- Adds 303 (see_other) status codes to redirects - Adds a 401 status code when Warden fails to authenticate. - This does not directly allow Turbo streams, but does allow...