authentication
timertask-based logout give me problems
In this website I need a system that logs the user out after 10 minutes. In order to login I use a simple procedure of inserting a user (in my case called Lid) instance, and the logout invalidates the[详细]
2023-04-10 04:54 分类:问答PHP Authentication class for Twitter and Facebook
I\'m looking for a simple PHP class that supports Twitter and Facebook 开发者_运维百科authentication. I don\'t need to access their respective API\'s or post anything. just simple, painless, basic aut[详细]
2023-04-10 04:52 分类:问答Login on website with java
I would like to login to a website with java. I use the org.apache.http and I already written HttpClient client = new DefaultHttpClient();[详细]
2023-04-10 04:03 分类:问答Sorcery error for Facebook login on Heroku
I\'m using Noam Ben Ari\'s awesome gem Sorcery, and there is an issue I can\'t figure out. Facebook login works fine on local server, but not on Heroku:[详细]
2023-04-10 03:31 分类:问答FB auth.logout is being raised after being logged in using the "server-side-workflow" (OAuth 2.0)
NOTE: Our (web) application was working fine until we upgraded to the Oauth 2.0 workflow this past weekend.[详细]
2023-04-10 01:04 分类:问答HTTP Basic Custom Error Possible in Rails?
I am building an application in Rails 2.3.14 using Ruby 1.8.7. My client has requested a very simple authentication on a webinars page.[详细]
2023-04-10 01:01 分类:问答Authenticating a user (in the web application typically Servlet) with his credentials from Android application
I am trying to develop an Android application which typically allows users to login (authentication has to be done in the web application. I already have a Servlet which takes username and password an[详细]
2023-04-09 22:48 分类:问答How to get user name in session bean when redirected to error page?
Can anyone tell 开发者_JAVA技巧me how to get user name in session bean correctly? In our application we do it by calling this method:[详细]
2023-04-09 22:22 分类:问答Custom User.Identity to add property
I customize RoleProvider and MembershipProvider classes I would like to add one more property in my @User.Identity, as do so?[详细]
2023-04-09 22:16 分类:问答How to get an auth token on Android device
I am developing an application which stores local data on cloud. I want to use a permanent authentication token as primary key. How can we generate authentication token from android device which shoul[详细]
2023-04-09 22:05 分类:问答