devise
devise copied to clipboard
Flexible authentication solution for Rails with Warden.
## Environment - Ruby **3.3.1** - Rails **7.1.3.3** - Devise **4.9.4** - route_translator **14.1.1** (In case it matters) ## Current behavior When I update my path_names, the POST/DELETE/PATCH routes ends...
## 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...
- Ruby 3.2.2 - Rails 7.2.0 - Devise 4.9.4 Following the upgrade, this code from `app/models/user.rb:89:in 'find_for_database_authentication'` triggers a NoMethodError: ``` def self.find_for_database_authentication(warden_conditions) conditions = warden_conditions.dup login = conditions[:login] where(['lower(username)...
## Environment - Ruby 2.5 - Rails 5.2 - Devise 4.4.3 ## Current behavior For some reason, we're having a complete custom path for views We have to define a...
## Environment - Ruby **3.3.2** - Rails **main (8.0.0.alpha)** - Devise **4.9.4** ## Steps to reproduce Run the following bash commands (tested on macOS): ```bash rails new myapp --main cd...
## Environment - Ruby **3.0.3p157** - Rails **7.0.6** - Devise **4.9.4** ## Current behavior If authentication fails when submitting to a URL that includes URL parameters, the failure app mutates...
Added the integration test helper, as defined in #5438.
## Environment - Ruby 3.1.4 - Rails 6.1.5 - Devise 4.9.3 ## Current behavior Devise config: both `:timeoutable` and `:rememberable`. Set timeout to 30 seconds: `timeout_in: 30.seconds`, and enable `extend_remember_period`...
## Environment - Ruby 3.2.2 - Rails 7.1+ - Devise 4.9.4 ## Overview Rails 7.1 [changed](https://github.com/rails/rails/pull/44283) how csrf token storage works and appears to break in Devise under some situations....