Implementando autenticación usando jwt #28 #31

Merged
mono merged 12 commits from implement_jwt_authentication_#28 into main 2026-03-07 17:30:23 -05:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit d4421aece4 - Show all commits

2
.env.example Normal file
View File

@@ -0,0 +1,2 @@
VITE_API_IMPLEMENTATION=django
VITE_DJANGO_BASE_URL=http://localhost:7000

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@ node_modules
# local env files
.env.local
.env.*.local
.env
# Log files
npm-debug.log*