Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
0 answers
29 views

Trouble Configuring SAML Authentication in Rails with Devise: Signature Verification Failure

I am currently integrating SAML authentication into a Ruby on Rails application using the Devise SAML Authenticatable gem, and I've encountered a significant challenge regarding the signature ...
Merouane Amqor's user avatar
-1 votes
0 answers
40 views

How to handle session managment in ruby on rails app with mixed structure monolithic and api using devise and devise jwt

I have a Ruby on Rails 7 app with devise to handle Registration and session managment for 3 models, Admin, Company and Users. Company has_many users, Admin and Company works in the monolithic ...
Giordano Díaz's user avatar
0 votes
1 answer
35 views

Rails 7 devise lockable + paranoid not displaying lock message

In my Rails 7 Ruby 3.2.1 app, I'm using Devise and devise-security gems with the paranoid settings enabled (config.paranoid = true). Since a pentest report arrived on my table, I now need to lock a ...
mr_muscle's user avatar
  • 2,840
0 votes
0 answers
32 views

Changing Devise_invitable invite_key_fields to send invitation

So, i'm currently working on an app where I need to allow the admin and teachers of a school to send invitations to new users. So far so good, I used Devise_invitable and the sending of the invitation ...
jccsag's user avatar
  • 31
0 votes
1 answer
36 views

Error when sending invitation with Devise_invitable

I know there's some threads about this but, from what I saw they are quite old and can probably be outdated. I'm using devise and devise_invitable. The idea behind it is to allow admins and teachers ...
jccsag's user avatar
  • 31
1 vote
2 answers
126 views

link_to in rails with method :delete still performs GET request "Rails 7.1.3.2" [closed]

I wanted to run a delete method from the device authentication gem I tried both <%= link_to "Sign Out", destroy_user_session_path, method: :delete %> and <%= link_to "...
Adam's user avatar
  • 39
0 votes
1 answer
63 views

invitation_accepted? returns FALSE in after_invitation_accepted CALLBACK

I use devise_invitable (2.0.6) invitation_accepted? returns FALSE in after_invitation_accepted CALLBACK but when I pause here and check in rails console it gives me true for invitation_accepted? user....
praaveen V R's user avatar
  • 1,261
1 vote
0 answers
153 views

Authentication failure! undefined method `values_at' for nil:NilClass: NoMethodError

I have rails 5 and ruby 2.7. I want to integrate github login on my system I have installed gem 'devise' gem 'omniauth-github' gem "omniauth-rails_csrf_protection" I did github config ...
Akash Deshbhratar's user avatar
0 votes
0 answers
69 views

Possible causes of ActiveRecord::StatementInvalid error with message "Could not find table 'active_records'" in a Rails project on Ubuntu 22.04.3 LTS

I used devise to create the users table, all the names are correct, I only use one model and there are no typos anywhere. When I start the server I get to the login page. If I try to login or register,...
Bot's user avatar
  • 1
0 votes
1 answer
55 views

Why do Devise registration params sometimes have a different form?

I have a slightly customized Devise integration with a Rails 5 app. I'm inheriting from Devise::RegistrationsController and implementing my own create action for a User resource, and not calling super....
Pathogen's user avatar
  • 953
0 votes
0 answers
85 views

Devise login proceeds without checking reCaptcha

I have a ruby project with devise sign in. There is the log in form: = simple_form_for(Company.new, url: new_company_session_url(I18n.locale)) do |f| .form-inputs = f.input :email, ...
darkinSyde's user avatar
4 votes
1 answer
132 views

Devise infinite loop Filter chain halted as :require_no_authentication

I have a weird issue using Ruby on Rails 6 and Devise. After signing in or signing out, the app is on an infinite loop instead of redirecting to the root_path. The root_path does not require any ...
nico_lrx's user avatar
  • 467
0 votes
0 answers
280 views

The change you wanted was rejected. Maybe you tried to change something you didn't have access to. in ruby on rails

I am using ruby on rails and I am add apple signin option its work on firefox but it gives error on chrome error on after login in from apple id Why this error comes on chrome or when I trying to sign ...
awais iqbal's user avatar
0 votes
1 answer
68 views

Devise Registration Ruby on Rails - Migration Error: Duplicate column name

I'm encountering an issue while running a Rails migration that adds Devise to my Users table. The error message points to a duplicate column name, specifically "email." The migration file ...
jtlwell's user avatar
  • 21
1 vote
0 answers
116 views

Devise-jwt - No Authorization header is present in the response

I'm encountering an issue with my API-only Rails application. I attempted to set up token-based authentication using Devise and Devise-JWT, but it seems that I'm not receiving the Bearer token in my ...
scrscr87's user avatar

15 30 50 per page
1
2 3 4 5
259