[REQUEST] - Consider if it is truly necessary to put user_id
in the session - it would be more secure to only put the token
#69
Labels
user_id
in the session - it would be more secure to only put the token
#69
The session can be modified client-side and what is generated here makes it too easy to trust that the user_id in the session is trustworthy.
The text was updated successfully, but these errors were encountered: