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
At first glance, the article https://www.playframework.com/documentation/3.0.x/JavaSessionFlash allows to easily implement the form-based authentication, setting the necessary time of expiration for session and transferring the token to the server. However, I am embarrassed by the lack of notes about security, like it was in the forms example. Therefore, I had the idea that these sessions are not intended for storage of such sensitive data as auth tokens. As a result, is it suitable and safe tool for authorizing users?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
At first glance, the article https://www.playframework.com/documentation/3.0.x/JavaSessionFlash allows to easily implement the form-based authentication, setting the necessary time of expiration for session and transferring the token to the server. However, I am embarrassed by the lack of notes about security, like it was in the forms example. Therefore, I had the idea that these sessions are not intended for storage of such sensitive data as auth tokens. As a result, is it suitable and safe tool for authorizing users?
Beta Was this translation helpful? Give feedback.
All reactions