Skip to content

oauth-io/oauthd-slashme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Victor Adossi
Jun 2, 2021
8a9c478 · Jun 2, 2021

History

25 Commits
Oct 10, 2017
Sep 28, 2014
Sep 26, 2014
Sep 26, 2014
Oct 22, 2014
Sep 26, 2014
Sep 26, 2014
Oct 10, 2017
Jun 2, 2021
Nov 18, 2016
Oct 22, 2014

Repository files navigation

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