search for: ltpa

Displaying 1 result from an estimated 1 matches for "ltpa".

Did you mean: ltda
2006 Jun 26
2
RoR authentication with IBM Notes/Domino
...ng the secret key in the domino directory; or 2. Pass that cookie along to a live domino server and get back the username. In this example, we are going to use the second option. This means we take that cookie and then pass it to an IBM server to check the authentication. The cookie is stored in as LTPA token. Here is the ruby on rails code: require ''open-uri'' module DominoAuthenication public # accesses the current user from the session. # overwrite this to set how the current user is retrieved from the session. # To store just the whole user model in the session: # # def cur...