Arkadiusz Adamski

Results 21 comments of Arkadiusz Adamski

> disabling signing in and creating accounts might be needed Perhaps you need feature flags like https://github.com/jazzband/django-waffle for that case > a lot of environment variables could be a little...

We have two problems: 1. custom authentication via `request.session["username"]` in views (what is not proper way in Django) 2. custom `User` model need (now there are `User` but is artificial...

> The User table that is currently configured in this project is Django's own. People generally inherit AbstractBaseUser to have more control but still this model is an integral part...

> Would it be helpful if I worked on fixing some of the JavaScript files? Sure :) you know better the project and features and biome's errors are convinient and...

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 kind...

Yes and change a scope of my (PR)[https://github.com/nfoert/cardie/pull/76] - I am not able to fix all errors :( I fixed only JS files in `global` directory. Futhermore, thanks to `index.css`...

> That's interesting, is that something that is reported somewhere and will be fixed eventually? Checking the biome repo [for related issues](https://github.com/biomejs/biome/issues?q=sort%3Aupdated-desc+is%3Aissue+scroll-snap+is%3Aclosed+) yielded no results I will create an issue...

> It says you've suggested changes but I can't seem to find them I put my suggestions only in comment :) >Is there something I'm meant to review No, but...

@Trishank-K you have right - by default Django is looking for `404.html` and `500.html`. However you use `server_ip`, `production`, `username` in templates so I thougt you want to pass those...

> Backend: Implement backend logic to handle the authentication flow. Use the token provided by Google to verify the user's identity and sign them in. Example of verifying the Google...