Merge pull request 'Implementando autenticación usando jwt #28' (#31) from implement_jwt_authentication_#28 into main

Reviewed-on: #31
This commit is contained in:
2026-03-07 17:30:23 -05:00
15 changed files with 614 additions and 85 deletions

View File

@@ -0,0 +1,7 @@
<template>
<Login />
</template>
<script setup>
//
</script>

7
src/pages/salir.vue Normal file
View File

@@ -0,0 +1,7 @@
<template>
<Logout />
</template>
<script setup>
//
</script>