https://github.com/ivan-montes/spring-login-tuto
Project developed with a mix of tutorials about authentication with Spring and JWT
https://github.com/ivan-montes/spring-login-tuto
java jwt spring
Last synced: about 2 months ago
JSON representation
Project developed with a mix of tutorials about authentication with Spring and JWT
- Host: GitHub
- URL: https://github.com/ivan-montes/spring-login-tuto
- Owner: Ivan-Montes
- License: gpl-3.0
- Created: 2024-08-23T05:52:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T08:55:46.000Z (over 1 year ago)
- Last Synced: 2025-06-02T21:15:19.490Z (about 1 year ago)
- Topics: java, jwt, spring
- Language: Java
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# spring-login-tuto
Project developed with a mix of tutorials about authentication with Spring and JWT
Thanks to:
- [Amigos Code](https://www.youtube.com/watch?v=b9O9NI-RJ3o)
- [Ivana Soledad Rojas Córsico](https://www.youtube.com/watch?v=nwqQYCM4YT8)
- [dev.to](https://dev.to/abhi9720/a-comprehensive-guide-to-jwt-authentication-with-spring-boot-117p)
## Run
- Build docker image
```bash
docker build -t spring-jwt-img .
```
- Run image on container
```bash
docker run --name spring-jwt-cont --env-file ./.env -p 8080:8080 -d spring-jwt-img
```
## Maintainers
Just me, [Iván](https://github.com/Ivan-Montes) :sweat_smile:
## License
[GPLv3 license](https://choosealicense.com/licenses/gpl-3.0/)
---
[](https://www.java.com/es/)
[](https://https://maven.apache.org/)
[](https://spring.io)
[](https://github.com)
[](https://https://eclipse.org/)
[](https://www.docker.com/)
[](https://choosealicense.com/licenses/gpl-3.0/)