You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
You may want to persist your users in the database as Play clears its cache
at recompile. Especially the cookieAuth Token.
Here is a pretty good tutorial that might need a little bit of tweak
depending on your SecureSocial verison: http://www.filtercode.com/play/play-scala-securesocial
For security reasons, I would advise to encrypt the token in the DB. If
your DB gets compromised, then all token would be visible to the attacker...
Good luck
Olivier Droz
Ing. Inf. Dipl. EPF
Rte de la Feuillère 29
1010 Lausanne www.olivierdroz.ch
On Wed, Feb 24, 2016 at 5:30 PM, Bagaev Dmitri [email protected]
wrote:
Hello!
Is there any option to skip logging and use some default user in debug
mode?
It is really annoying to login each time after a line of code :)
Thanks for your help!
—
Reply to this email directly or view it on GitHub #581.
Hello!
Is there any option to skip logging and use some default user in debug mode?
It is really annoying to login each time after a line of code :)
Thanks for your help!
The text was updated successfully, but these errors were encountered: