An open API service indexing awesome lists of open source software.

https://github.com/fedeholc/jwtlk

JWT Learning Kit - Roll your own auth, al menos una vez en la vida
https://github.com/fedeholc/jwtlk

javascript jwt jwt-authentication learning node

Last synced: 2 months ago
JSON representation

JWT Learning Kit - Roll your own auth, al menos una vez en la vida

Awesome Lists containing this project

README

          

# JWT Learning Kit

## (ES) Haz tu propia auth, al menos una vez en la vida

Este repositorio es parte de [**JWT Learning Kit**](https://jwtlk.fedeholc.ar), una guía que tiene como objetivo compartir lo que he aprendido implementando un sistema de autenticación desde cero usando JSON Web Token (JWT).

El código de este repo es el de la aplicación de ejemplo que se utiliza en la guía. Consta de un frontend desarrollado en vanilla JavaScript, y un backend en Node / Express, y una base de datos SQLite.

En la guía encontrarás explicaciones sobre los procesos de autenticación y su implementación en código. La podés leer en [https://jwtlk.fedeholc.ar](https://jwtlk.fedeholc.ar), y su repositorio está [aquí](https://www.github.com/fedeholc/jwtlk-doc/).

Espero que les resulte útil a quienes estén en el mismo camino de aprendizaje, o al menos a mi yo del futuro que pronto comenzará a olvidar mucho de lo que en la guía se presenta.

## (EN) Roll your own auth, at least once in your life

This repository is part of [**JWT Learning Kit**](https://jwtlk.fedeholc.ar), a guide that aims to share what I have learned by implementing an authentication system from scratch using JSON Web Token (JWT).

The code in this repo is the example application used in the guide. It consists of a frontend developed in vanilla JavaScript, and a backend in Node / Express, and a SQLite database.

In the guide you will find explanations about the authentication processes and their implementation in code. You can read it at [https://jwtlk.fedeholc.ar](https://jwtlk.fedeholc.ar), and its repository is [here](https://www.github.com/fedeholc/jwtlk-doc/).

I hope it is useful to those who are on the same learning path, or at least to my future self who will soon begin to forget much of what is presented in the guide.

While the code and the comments in the code are in English, the guidance documentation is currently only available in Spanish.

## Licencia / License

- (ES) Este proyecto está bajo la Licencia MIT - vea el archivo [LICENSE](LICENSE) para más detalles.
- (EN) This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Autor / Author

👤 **Federico Holc** [@fedeholc](https://github.com/fedeholc)