Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bdemers/httpie-oauth2
- Owner: bdemers
- License: other
- Created: 2018-03-22T14:00:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T10:17:24.000Z (over 3 years ago)
- Last Synced: 2024-10-03T15:04:01.124Z (about 1 month ago)
- Topics: httpie, oauth2, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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