-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Using with both an auto-create model, and non-auto-create model #54
Comments
That's an interesting use case, and definitely seems reasonable to me. Unfortunately, we can't currently add a The other thing we could do that seems non-awful is allow you to define a class method called, say, I honestly don't have a strong preference which way to go. Opinions welcome. |
That was going to be my second suggestion, similar to Did you mean to write |
No, sorry - I has a brains. :) Any preference which way to go? |
My vote is still for in the module selector, I think that's much cleaner :) But it will probably be easier to implement using a method and doesn't break Devise 1.0 compatibility. Github's job queue is borked at the moment - I'll put some stuff in my fork once it's created. |
Hi there,
I have a particular need to use CAS to authenticate two different user models in an app, say a user and an admin. The user objects can be auto-created, however, the admin objects need to exist already.
Could a discussion be started on how you think this could be handled? Perhaps adding a
:create_user => true|false
todevise :cas_authenticatable
?The text was updated successfully, but these errors were encountered: