authlogic
Authlogic perishable tokens - are they browser specific?
I have an odd bug on one of my sites. I use authlogic for all the login-related stuff, including a password reset process which works as follows:[详细]
2023-01-23 21:26 分类:问答authlogic session creation fails when used in combination with authenticate_or_request_with_http_basic
I recently wanted to deploy my Rails app on heroku but wanted to shield it from the outside world until I had tested it on the heroku itself.In order to shield it I have used authenticate_or_request_w[详细]
2023-01-23 13:17 分类:问答How do I test logout/signout (UserSessionsController destroy action) when using Authlogic?
I was writing an rspec test for the 开发者_运维问答destroy action of my sessions controller (Authlogic 2.1.6). I can\'t puzzle out what method I should call, either on the user object or the session o[详细]
2023-01-23 09:24 分类:问答Bundle update is failing
I just ran bundle update and got the following error - I have no idea what this is. c:\\San\\ruby>bundle update[详细]
2023-01-22 19:55 分类:问答Is Authlogic viable on Rails 3?
I am looking for a good authentication solution. Is Authlogic the way to go for Rails 3? I am having p开发者_JAVA百科roblems and finding a lot of info that others are as well with Rails 3. Should I lo[详细]
2023-01-22 16:16 分类:问答I've been using Authlogic, but now need to remove all traces of it. What do I need to do?
So I\'m going to switch from Authlogic to Devise. Since I only have a couple of test accounts, I thought it would be best to simply remove all the Authlogic stuff and my users table, then setup Devise[详细]
2023-01-22 07:18 分类:问答Passenger, Rails3, Authlogic
I\'m having trouble with the Authlogic-gem. Before I write my own auth-scheme I wanted to ask if anyone had the same problem:[详细]
2023-01-21 18:10 分类:问答Authenticating a user after #create
This seems to keep coming up for me on various projects and I\'m wondering if anyone out there has a great solution:[详细]
2023-01-21 15:07 分类:问答Authlogic, rails3_acts_as_paranoid and validates_uniqueness_of :login + default_scope(:conditions => {:active => true})
I want to be able to create multiple user accounts with the same login (because of the case a user deletes his account... and then sign up with the same login). I am using authlogic and rails3_acts_as[详细]
2023-01-21 08:03 分类:问答Authlogic Rails 3
I am having a weird issue with Authlogic in Rails 3. I followed this how-to here but I get: NoMethodError in PeopleController#my[详细]
2023-01-20 14:27 分类:问答