https://github.com/renanstn/vue-drf-auth
Pequeno estudo sobre autenticação de uma aplicação VUE e um backend Django-REST, usando tokens JWT.
https://github.com/renanstn/vue-drf-auth
django django-rest-framework jwt python token-based-authentication vue
Last synced: about 2 months ago
JSON representation
Pequeno estudo sobre autenticação de uma aplicação VUE e um backend Django-REST, usando tokens JWT.
- Host: GitHub
- URL: https://github.com/renanstn/vue-drf-auth
- Owner: renanstn
- Created: 2021-03-08T21:57:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T21:41:46.000Z (about 4 years ago)
- Last Synced: 2025-01-28T19:47:58.835Z (over 1 year ago)
- Topics: django, django-rest-framework, jwt, python, token-based-authentication, vue
- Language: Python
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-drf-auth
[](https://www.python.org/)
[](https://www.djangoproject.com/)
[](https://www.django-rest-framework.org/)
[](https://jwt.io/)
[](https://insomnia.rest/)
## Descrição
Apenas um minúsculo estudo sobre autenticação via token JWT usando um backend Django e um frontend VUE.
## Subindo os serviços
### Backend
Requer [Poetry](https://python-poetry.org/)
```sh
cd backend/backend_api
```
```sh
poetry install
```
```sh
poetry run python manage.py migrate
```
```sh
poetry run python manage.py rnserver
```
### Frontend
```sh
cd frontend/front-todo
```
```sh
npm run serve
```
## Screenshots

