Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8715969
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T05:58:04+00:00 2026-06-13T05:58:04+00:00

Using Devise Gem in my project and does anybody know how to redirect user

  • 0

Using Devise Gem in my project and does anybody know how to redirect user to specific url only if user signed in with token?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T05:58:05+00:00Added an answer on June 13, 2026 at 5:58 am

    You can do this by creating a your own SessionsController which you can find on git

    like this:

    # POST /resource/sign_in
    class SessionsController < Devise::SessionsController
      def create
        self.resource = warden.authenticate!(auth_options)
        set_flash_message(:notice, :signed_in) if is_navigational_format?
        sign_in(resource_name, resource)
        #here you can enter your specific token code
        # I guess you would do it with something like:
        # if session[:token] = XYZ
        #   respond with ...
        # else 
        #   respond_with resource, :location => after_sign_in_path_for(resource)
        # end
      end
    end
    

    for using this controller you also have to change your config/routes.rb

    devise_for :users, :controllers => {:sessions => "sessions"}
    

    hope it helps you 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the Devise gem in my project. When a user signs up,
I am using Devise gem and I want to change the redirect path after
I'm using devise gem and showing user's objects on registrations/edit view. I have such
I am using Devise gem for authentication in my current project. I am stuck
I'm using the Devise gem for my sign-up process - I only want the
Now I am using the devise gem, and after successful authorization it redirects user
I am using the Devise gem and in the sign in page I expect
I have such problem: I'm using rails, devise gem and jQuery validation plugin. I
I am using rails3 and gem devise and i have two roles admin and
I am using rails 3 with gem devise.Devise has built in method for change

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.