Skip to main content

App de autenticação e gestão de entidades para Django REST Framework

Project description

lib

Este e para armazenar librires

django-cors-headers==4.9.0

pip install django-cors-headers

Inside settings.py:

    INSTALLED_APPS = [
    'corsheaders',
    ...
]

MIDDLEWARE = [
    'corsheaders.middleware.CorsMiddleware',
    'django.middleware.common.CommonMiddleware',
    ...
]

CORS_ALLOWED_ORIGINS = [
    "http://84.247.162.222:9000",
]

CORS_ALLOW_CREDENTIALS = True

from corsheaders.defaults import default_headers
CORS_ALLOW_HEADERS = list(default_headers) + [
    "fek",
    "fep",
]

dependencies = [
  "Django>=5.2.8",
  "djangorestframework==3.16.1",
  "djangorestframework-simplejwt==5.2.2",
  "rest-framework-simplejwt==0.0.2",
  "drf-writable-nested==0.7.2",
  "drf-yasg==1.21.11",
  "pyotp==2.9.0",
  "pillow==12.0.0",
  "django-cors-headers==4.9.0",
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mytech_rest_auth-1.1.3.tar.gz (26.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mytech_rest_auth-1.1.3-py3-none-any.whl (32.0 kB view details)

Uploaded Python 3

File details

Details for the file mytech_rest_auth-1.1.3.tar.gz.

File metadata

  • Download URL: mytech_rest_auth-1.1.3.tar.gz
  • Upload date:
  • Size: 26.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for mytech_rest_auth-1.1.3.tar.gz
Algorithm Hash digest
SHA256 e451b3d338501deff35e7ec22d2b20a24b2275cd913d8e6e2028bc421a8c9531
MD5 14bf746c8ea31862ff8231d90f9b17b6
BLAKE2b-256 003aaa4109574549074a1f494eb582586243723f88d8169c8adc7fdb8f4db5bd

See more details on using hashes here.

File details

Details for the file mytech_rest_auth-1.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for mytech_rest_auth-1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a87d1060cfdf76af294f91b53ac186ddd554db7abdaeb293e377f4452465acd2
MD5 3b8564d25ffe163cef4522a6cab574c9
BLAKE2b-256 4cad46de319a839869e27e5fffb00fa74fe2d6eb78093aa180f1d9f1dbca6a8d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page