vityaman-edu / lms

A simple learning management system.
Apache License 2.0
4 stars 0 forks source link

Store user info in encrypted jwt token #133

Open vityaman opened 4 months ago

vityaman commented 4 months ago

Now there is only user id is stored, so we get user info from database on each authentication which is bad for performance. Also payload should be encrypted to improve security.