were you thinking of http://cookbook.hobocentral.net/api_plugins/hobo_omniauth?
devise uses omniauth to do the actual logins. devise is fairly "opinionated" so it would probably require a little bit of work in Hobo itself to make a hobo-devise plugin possible. On Wed, Jan 29, 2014 at 12:31 PM, kevinpfromnm <[email protected]>wrote: > I thought someone had a plugin working that integrated devise for > authentication. It's been a couple years since I looked into it though so > I might be misremembering. > > > On Wednesday, January 29, 2014 5:40:40 AM UTC-7, Stefan Haslinger wrote: >> >> Hi folks, >> >> I'm thinking about getting lifecycles in a legacy rails app, that is >> using >> >> - cancan for authorizations >> - devise for authentication >> - simple form in views >> >> Getting lifecycles would mean, I need to use hobo_model. Easy. >> But that needs a hobo user model >> >> 1. ... so I had to throw out devise. >> 2. To get authentication consistant, I had to throw out cancan. >> 3. Do get authentication view integration I had to switch to dryml. >> >> Well I think that's almost a rewrite ... >> Maybe it's better to throw in statemachine there or workflow gem... >> >> Are my assumptions right here? Has anybody been in a similar situation? >> Please share your thoughts on this! >> >> Cheers, >> Stefan >> > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hobousers. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/groups/opt_out.
