Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bdemers/httpie-oauth2

OAuth 2.0 Client Credentials Plugin for HTTPie
https://github.com/bdemers/httpie-oauth2

httpie oauth2 python

Last synced: 21 days ago
JSON representation

OAuth 2.0 Client Credentials Plugin for HTTPie

Awesome Lists containing this project

README

        

==============================================
OAuth 2.0 Client Credentials Plugin for HTTPie
==============================================

This is a quick HTTPie plugin to allow quick testing if Resource Server applications using an OAuth 2.0 Client Credentials flow.

Install:
========

This module is still early in development, clone the repo and install:

::

python setup.py install

Usage:
======

::

http --auth-type oauth2 \
--auth client-id:client-secret \
--issuer-uri "https://issuer.example.com/oauth/token" \
--scope your-scope-here \
GET localhost:8080/your-url-here