not sure, but i would think it would be ok. i think the token should already be url safe, but once again - not sure.
-igor On Sat, Dec 4, 2010 at 12:38 PM, Peter Karich <[email protected]> wrote: > Igor, > > there is token_secure. So storing it in clean text should be ok, right? > Or do I need to encrypt (or at leat base64ing) it? > > Regards, > Peter. > >> store the token in a cookie and attempt to auto-reologin user based on it? >> >> -igor >> >> On Sat, Dec 4, 2010 at 11:51 AM, Peter Karich<[email protected]> wrote: >>> >>> Hi, >>> >>> do you know of any examples for wicket which uses twitter's oAuth? >>> In my app I can easily login and use the twitter api, >>> but I'm kind of stuck how to avoid that the user needs to login every >>> time >>> after the session expires. >>> >>> Any other hints, links or best practices? >>> >>> Kind regards, >>> Peter. >>> >>> -- >>> http://jetwick.com twitter search prototype >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > http://jetwick.com twitter search prototype > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
