2017 © Pedro Peláez
 

library opauth_reddit

Reddit strategy for Opauth

image

rnewton/opauth_reddit

Reddit strategy for Opauth

  • Tuesday, June 30, 2015
  • by rnewton
  • Repository
  • 1 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Opauth-Reddit

[Opauth][1] strategy for Reddit authentication., (*1)

Implemented based on https://github.com/reddit/reddit/wiki/OAuth2, (*2)

Opauth is a multi-provider authentication framework for PHP., (*3)

Getting started

  1. Install Opauth-Reddit:, (*4)

    composer require rnewton/opauth_reddit
    
  2. Create a Reddit app https://www.reddit.com/prefs/apps/, (*5)

    • Make sure that redirect URI is set to actual OAuth 2.0 callback URL, usually http://path_to_opauth/reddit/oauth2callback
  3. Configure Opauth-Reddit strategy., (*6)

  4. Direct user to http://path_to_opauth/reddit to authenticate, (*7)

Strategy configuration

Required parameters:, (*8)

<?php
'Reddit' => array(
    'key' => 'YOUR CLIENT ID',
    'secret' => 'YOUR CLIENT SECRET'
)

License

Opauth-Reddit is MIT Licensed
Copyright © 2015 Robert Newton, (*9)

The Versions

30/06 2015

0.1.0.x-dev

0.1.0.9999999-dev http://opauth.org

Reddit strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Robert Newton

authentication auth opauth reddit

30/06 2015

dev-master

9999999-dev http://opauth.org

Reddit strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Robert Newton

authentication auth opauth reddit

30/06 2015

0.1.0

0.1.0.0 http://opauth.org

Reddit strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Robert Newton

authentication auth opauth reddit