Add google sign-in

Also, try to be a bit more correct with CSRF and CORS.
It works on my machine.
This commit is contained in:
2025-08-06 15:27:45 +02:00
parent 69327d9edf
commit c219091c2c
8 changed files with 145 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
FROM alpine:3.18
RUN apk --no-cache add python3 inkscape bash imagemagick ghostscript font-noto
RUN apk --no-cache add py3-pip && pip3 install --break-system-packages django tzdata gunicorn
RUN apk --no-cache add python3 inkscape bash imagemagick ghostscript font-noto py3-pip
RUN pip3 install --break-system-packages django tzdata gunicorn google-api-python-client
ADD backend /zetikettes