Igor A. Melekhine

Results 4 comments of Igor A. Melekhine

@pichouk since docker 1.10 we can provide multiple image tags at build. Example: `docker build -t mattermost-prod-app:5.7.2 -t mattermost-prod-app:5.7 -t mattermost-prod-app:5 -t mattermost-prod-app:latest .` I'm not familiar with Docker Hub,...

I think Safari support only if FaceID or TouchID enabled devices. So, no luck if you don't have a TouchID keyboard and T2 chip. Maybe even locked to Apple M1.

Any updates about this? SameSite option is live on Gin v1.6 now.

You need to store revoked sessions, and check – if it in that list, remove cookie and don't get access. But a better approach is to use another sore method...