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

When `User.unlock_access_by_token` is used, Devise unlocks access to the user, and sets the `unlock_token` attribute to the original non-digested token, passed as an argument. If we are to set any...

I was collecting a list of upstream points of contact for a Rails app I maintain and I noticed that this repository's GitHub URL is set to a Platformatec link....

## Environment - Ruby **[3.3.6]** - Rails **[8.0.0]** - Devise **[4.9.4]** ## Current behavior I just updated my app to rails 8 with the newest version of Devise and hotwire...

This pull request adds support for Ruby 3.4.

Changes no behavior by default, but this allows for pulling the token out of the session for example. The motivation behind this is to stop leaking the token to third...

Moving a new Rails 8.0.1 app from development to production. When testing the authentication for the first time in production, Devise cannot write to the user table when signing in...

Hello, I'm not sure if I'm in the right place, I have a problem with devise strategies and rspec after Rails update to version 8.0.1. We have a custom strategy...

This PR adds `:subject_key` to devise_mail options for reconfirmation mail subject.

Needs review

I've been using Devise for years and today, for ![Image](https://github.com/user-attachments/assets/ab881ccd-14b8-42fb-8f9a-07990bbab19b) my migration failed because, well, I designed my table properly.. ``` == TIMESTAMP AddDeviseToUsers: migrating ================================= -- change_table(:users) bin/rails aborted!...

In relation to https://github.com/heartcombo/devise/issues/5591 This PR introduces application config to allow for password complexity to be granularly managed with new validation options for: * presence of a lower case letter...