New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

requests-jwt

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

requests-jwt

This package allows for HTTP JSON Web Token (JWT) authentication using the requests library.

  • 0.6.0
  • PyPI
  • Socket score

Maintainers
1

This package is not actively maintained and has never had a security audit.

requests-jwt

This package allows for HTTP authentication using JSON Web Tokens <http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html>_.

.. image:: https://api.travis-ci.org/tgs/requests-jwt.svg :target: https://travis-ci.org/tgs/requests-jwt

.. image:: https://coveralls.io/repos/tgs/requests-jwt/badge.png :target: https://coveralls.io/r/tgs/requests-jwt

Usage

JWTAuth extends requests AuthBase, so usage is simple:

.. code:: python

import requests
from requests_jwt import JWTAuth

auth = JWTAuth('secretT0Ken')
requests.get("http://jwt-protected.com", auth=auth)

More documentation is available at Read the Docs <http://requests-jwt.rtfd.org>_.

Installation

pip install requests_jwt

Requirements

  • requests_
  • PyJWT_

.. _requests: https://github.com/kennethreitz/requests/ .. _PyJWT: https://github.com/progrium/pyjwt

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc