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

Hi and thank you for all your work, I've been using Devise in all my projects since forever, but this is my first contribution. In most if not all projects,...

## Environment - Ruby **2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-darwin19]** - Rails **6.1.1** - Devise **4.7.3** ## Current behavior Context: On my project we implemented passwordless authentication - magic link gets...

OWASP recommends a password length of at least 8 characters https://cheatsheetseries.owasp.org/cheatsheets/Authentication_Cheat_Sheet.html#implement-proper-password-strength-controls Partly addresses https://github.com/heartcombo/devise/issues/5591

## Environment - Ruby 3.3.1 - Rails 7.1.3.2 - Devise 4.9.3 ## Current behavior If you want to disable the format in Devise routes, this should work (based on comments...

In applications where I use Devise, I have seen situations where users run into an issue with the 'Forgot Password' functionality, which is partly user error, but which also could...

Fixes https://github.com/heartcombo/devise/issues/5705. Notes: - The `sign_in` and `sign_out` controller and integration test helpers all call `Devise::Mapping.find_scope!`, so that method seemed like a good place to lazy load routes if they...

Another attempt to move it forward. Based on #5029. Fixes [4816](https://github.com/heartcombo/devise/issues/4816). cc @fladson and @hayssac. Probably one for @tegon, @sobrinho and/or @feliperenan.

## Environment - Ruby **3.3.2** - Rails **main (8.0.0.alpha)** - Devise **4.9.4** ## Current behavior When using the `sign_in` Devise test helper method in a controller or integration test, I...

## Pre-check - For bugs, do a quick search and make sure the bug has not yet been reported I searched both the devise and rails issues and found potentially...

Bumps [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action) from 1.9.0 to 1.11.0. Release notes Sourced from supercharge/mongodb-github-action's releases. Release 1.11.0 1.10.0 Release 1.10.0 1.10.0 Release v1.10.0 Changelog Sourced from supercharge/mongodb-github-action's changelog. 1.11.0 - 2024-05-22 Added added...

dependencies