Skip to content
View sertraline's full-sized avatar

Organizations

@Angel-Technologies @Ecclesia-Pneumatica
Block or Report

Block or report sertraline

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. chizuhoru chizuhoru Public

    Screenshot tool for Linux written in PyQt

    Python 4

  2. pyfastblur pyfastblur Public

    Small Python library with a single purpose to apply fast blur to PNG images (libpng backend)

    C 1

  3. zlibrary zlibrary Public

    Unofficial Z-Library API

    Python 248 37

  4. Angel-Technologies/go-session-redis Angel-Technologies/go-session-redis Public

    Simple HTTP session management

    Go

  5. annas-archive-bot annas-archive-bot Public

    Telegram bot with pagination that allows to download books from Annas Archive

    Go 3 1

  6. Django DRF session auth Django DRF session auth
    1
    # JWT токен не работает в SSR приложениях по типу NextJS/Sveltekit которые не могут передать на сторону сервера заголовки.
    2
    # Варианта два, передавать токен в кукисах или отказаться от токена. Это второй вариант решения
    3
    from rest_framework.decorators import api_view, authentication_classes
    4
    from rest_framework.response import Response
    5
    from rest_framework import status