views:

24

answers:

0

I'm planning to setup a website that would access an oauth wrap framework. I was thinking of storing the access token on the client machine as it is. I do NOT want to maintain a database of temporary tokens, etc on the server.

Should I be doing do? Or should I encrypt it? What else do I need to successfully manage a non-database utilizing oauth service?

I'm sorry, but this IS a duplicate of my question - http://stackoverflow.com/questions/3349274/save-oauth-wrap-access-tokens-directly-on-client-machine-in-a-cookie - I dont know why I didnt receive any responses to that...