I am currently making a dvd browsing system using JSP / Java Servlets and am having trouble figuring out a way to make my login page a bit more efficient.
I would like 开发者_StackOverflowto have two different registrations/logins in the same application. One for companies and one for employees because registering a company requires different informatio
I\'m trying to do Authentication against restful_authenticat开发者_C百科ion from a php application, however I understand it uses a SHA1(digest--salt--password--RESTFUL_AUTH_KEY). The issue is regardle
I\'m trying to write a script that iterates through a bunch of sharepoint URLs and verifies that they exist.
I\'m trying to connect to a web service (not under my control) configured to authenticate users via SSL client certs. I have a 开发者_JAVA技巧valid certificate in PKCS12 format containing the client c
How do I setup Account Registration, Login, etc in Grails when developing for t开发者_运维技巧he Google App Engine? Normally I would use the Acegi plugin but I\'ve read that it doesn\'t work with Goog
I\'m having reports and complaints from my user that they will be using a screen and get kicked back to the login screen immediately on their next request. It doesn\'t happen all the time but randomly
On my site I would like to allow users to sign in with a google account. I plan to use openid but I would like to allow signing in with google because it has more benefits. I\'ve noticed in the past a
When we use http, we normally place our token in header, since HTTP is stateless. This makes sense. Howev开发者_开发问答er when it comes to WebSocket, I notice it is stateful. Should we still send it
I have deployed my Angular Web App over the IIS and we have a page where router guard is enabled and that\'s the first page, that\'ll come after the authentication popup.