nfoert

Results 57 comments of nfoert

This looks very interesting, I was taking a look at the code and I think it makes sense so far, I'm not able to test it all the way right...

> In var in the near future we can store media files (avatars, etc). I'm unsure on how exactly the best way to store the files is in production, as...

> I was referring to the development environment at the moment. For production you should use some block storage like S3 from AWS or R2 from CloudFlare to store this...

I believe this was an intended feature in the [`authentication/views.py`](https://github.com/nfoert/cardie/blob/eaa7c5596a7b8caa869cdda838c87c9f2282d783/cardie/authentication/views.py#L33-L72) file but either the logic is broken or it was never implemented in the first place This is definitely something...

Sure @AviralDewan, it's all yours!

This would definitely be a good implementation, I know that the way I've set up the `User` model is not necessarily the best way Would a new model need to...

> we could just rename the User model that would also work ig.then we could use request.user to get the authenticated user instance. This seems like a good change, I...