DEV Community

Discussion on: JSON WEB TOKEN BASED Authentication Backend for Django Project

Collapse
 
bossajie profile image
Boss A

Is using request.session also a best practice or safe in django backend?
for example :
request.session['user_id'] = id