2017 © Pedro Peláez
 

library opauth-frype

Frype (draugiem.lv) strategy for Opauth

image

rixtellab/opauth-frype

Frype (draugiem.lv) strategy for Opauth

  • Thursday, September 3, 2015
  • by picolablv
  • Repository
  • 1 Watchers
  • 1 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Opauth-Frype

[Opauth][1] strategy for Frype (draugiem.lv) authentication., (*1)

Implemented based on https://www.draugiem.lv/applications/dev/docs/passport/, (*2)

Getting started

  1. a. Install Opauth-Frype with git: bash cd path_to_opauth/Strategy git clone https://github.com/picolablv/opauth-frype.git Frype
  2. b. Install Opauth-Frype with composer. Add to your composer.json:
{
      "require" : {  
        "opauth/opauth": ">=0.2.0",
        "picolablv/opauth-frype": "dev-master"
      }
    }
  1. Create Frype (Draugiem.lv) passport application at https://www.draugiem.lv/applications/dev/create/, (*3)

  2. Configure Opauth-Frype strategy with at least App id and App key., (*4)

  3. Direct user to http://path_to_opauth/frype to authenticate, (*5)

Strategy configuration

Required parameters:, (*6)

<?php
'Frype' => array(
            'app_key' => 'YOUR APP KEY',
            'app_id' => 'YOUR APP ID'
        )

License

Opauth-Frype is MIT Licensed
Copyright © 2014 Andris Šaudinis (http://www.rixtellab.com), (*7)

The Versions

03/09 2015

dev-master

9999999-dev http://opauth.org

Frype (draugiem.lv) strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth draugiem.lv frype