Qu-nii-sama
❔ RefreshToken and Cookies
Alright so I did some digging apparantly , when setting the httpOnly its expected behavior not to see the refreshToken in the cookie in production.
the refreshToken still get send with the sub request
but my problem is that its seems like the browser is loosing that refreshToken after some time before the expirations time
3 replies
❔ is Generic Repository a bad implementation of Repository Pattern?
" Should I remove the generic repository and create a specific repository for each database table even if I need repeat the code of a CRUD?" The answer is NO because you will end up violating DRY principle
53 replies