Hi again everyone :wave: I have another question, ...
# ktor
d
Hi again everyone 👋 I have another question, I’m still working in the authentication logic and my question is, does it make sense to have two data classes for the user (one for the user session and one for the user data)?
a
one is inside the other then? but your link is a logical one with the user id
user id -> auth data user id -> user data
d
Hey Arnaud 😊 I’m still not sure if it makes sense to have two, or just a single user data class, which holds the encrypted password (not possible to get this through any endpoint)
a
for the password, I would say just keep your credentials data
🙏 1