rbabayoff / oauthd-slashme

oauthd slashme plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oauthd slashme

This is the Slashme plugin for oauthd. oauthd is the open source version of OAuth.io's core, which allows you to easily integrate over 100 OAuth provider and use their APIs.

This plugin gives you the possibility to retrieve unified user information from many of the available providers, by adding the https://[yoururl]/auth/:privder/me endpoint.

To learn more about oauthd, please check out oauthd's repository.

Installation

To install this plugin in an oauthd instance, just run the following command (you need to have oauthd installed):

$ oauthd plugins install https://github.com/oauth-io/oauthd-slashme.git

If you want to install a specific version or branch of this plugin, just run:

$ oauthd plugins install https://github.com/oauth-io/oauthd-slashme.git#branch_or_tag

About

oauthd slashme plugin

License:MIT License


Languages

Language:JavaScript 63.3%Language:CoffeeScript 36.7%