dev-master
9999999-dev http://opauth.orgFrype (draugiem.lv) strategy for Opauth
MIT
The Requires
- php >=5.2.0
- opauth/opauth >=0.2.0
authentication auth draugiem.lv frype
Wallogit.com
2017 © Pedro Peláez
Frype (draugiem.lv) strategy for Opauth
[Opauth][1] strategy for Frype (draugiem.lv) authentication., (*1)
Implemented based on https://www.draugiem.lv/applications/dev/docs/passport/, (*2)
bash
cd path_to_opauth/Strategy
git clone https://github.com/picolablv/opauth-frype.git Frype
{
"require" : {
"opauth/opauth": ">=0.2.0",
"picolablv/opauth-frype": "dev-master"
}
}
Create Frype (Draugiem.lv) passport application at https://www.draugiem.lv/applications/dev/create/, (*3)
Configure Opauth-Frype strategy with at least App id and App key., (*4)
Direct user to http://path_to_opauth/frype to authenticate, (*5)
Required parameters:, (*6)
<?php
'Frype' => array(
'app_key' => 'YOUR APP KEY',
'app_id' => 'YOUR APP ID'
)
Opauth-Frype is MIT Licensed
Copyright © 2014 Andris Šaudinis (http://www.rixtellab.com), (*7)
Frype (draugiem.lv) strategy for Opauth
MIT
authentication auth draugiem.lv frype