https://github.com/redsift/oauthd-nanoapi
Plugin to add nanomsg RPC to oauthd
https://github.com/redsift/oauthd-nanoapi
Last synced: 6 months ago
JSON representation
Plugin to add nanomsg RPC to oauthd
- Host: GitHub
- URL: https://github.com/redsift/oauthd-nanoapi
- Owner: redsift
- Created: 2016-06-30T12:03:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T02:21:22.000Z (over 3 years ago)
- Last Synced: 2024-12-29T07:33:15.628Z (over 1 year ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 20
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
oauthd nano api
=================
This is the nano api plugin for oauthd. It exposes a few selected API's as RPC over nanomsg.
For more information, please check out [oauthd's repository](https://github.com/oauth-io/oauthd).
Installation
------------
To install this plugin in an oauthd instance, just run the following command (you need to have oauthd installed):
```sh
$ oauthd plugins install https://github.com/redsift/oauthd-nanoapi.git
```
If you want to install a specific version or branch of this plugin, just run:
```sh
$ oauthd plugins install https://github.com/redsift/oauthd-nanoapi.git#branch_or_tag
```