Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How To Handle Guest Account #264

Closed
JoshuaNovak919 opened this issue Jun 5, 2015 · 3 comments
Closed

How To Handle Guest Account #264

JoshuaNovak919 opened this issue Jun 5, 2015 · 3 comments

Comments

@JoshuaNovak919
Copy link

I'm trying to figure out the best way to handle a guest account using this gem. Should I just designate an account as a guest, generate guest accounts, or is there a better option?

@JoshuaNovak919
Copy link
Author

Anyone have any ideas?

@srghma
Copy link

srghma commented Jul 20, 2015

Maybe (in my opinion this is the most beautiful way)

  authenticated :user do
    root 'application#index', as: :authenticated_root
  end

  root to: redirect('/auth/login'), as: :unauthenticated_root

Now I have some issue, but it worked 😄

@zachfeldman
Copy link
Contributor

Hi there @JoshuaNovak919 ,

In an effort to cleanup this project and prioritize a bit, we're marking issues that haven't had any activity in a while with a "close-in-7-days" label. If we don't hear from you in about a week, we'll be closing this issue. Obviously feel free to re-open it at any time if it's the right time or this was done in error!

If you are still having the issue (especially if it's a bug report) please refer to our new Issue Template to provide some more details to help us solve it.

Hope all is well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants