login with 42 works, fix crash when session is deleted from database

This commit is contained in:
2024-08-28 18:35:40 +02:00
parent d28f1a3c26
commit 0fd9d162d5
9 changed files with 89 additions and 140 deletions

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/07/13 16:18:56 by tomoron #+# #+# #
# Updated: 2024/08/11 16:54:45 by tomoron ### ########.fr #
# Updated: 2024/08/28 18:27:14 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -24,7 +24,7 @@ up: build
up_att: build
$(COMPOSE) up
watch: build
watch:
$(COMPOSE) watch
down:
$(COMPOSE) down -v