I\'m currently building a web application in Rails. I\'m using Authlogic to handle normal authentication. I\'m using facebooker to handle facebook connect on the external site and to authenticate user
I am working on an app right now where I have Individuals, Athletes and Coaches. A coach has many athletes and they create athletes as well. Whereas individuals can just come to the site and use a dif
I\'m starting a new project on Rails3 and my question is about which plugin can i use to manage my users.
I am using Single access token to do some data transfer, so far I got it to work with one action in the controller through
I would like to check whether the request is XML od HTML. When HTML the page is redirected to login form (if a user is not logged in) and when XML the user get not authorized status code.
Just followed the Authlogic tutorial. I am getting \"uninitialized constant Authlogic\" whe开发者_JAVA技巧n I try run the app. After searching, I can see that it has to do with gems/plugins but I can\
I\'m using Authlogic and I would like to implement Basic HTTP Authentication in my controller so I could define 开发者_StackOverflow社区which action requires authentication.
I am trying to use the Rest-client gem to do a few small tasks for my app which uses Authlogic to authenticate users. From Rest-Client\'s API, I see that one can post data necessary for the log-in pro
I\'m looking for a solution in order to reuse the user table of another web application that use Authlogic.
I\'m using authlogic to generate a perishable token and send it on to the user for activation of his account, and send the mail later in a delayed job.Like so: